Skip to content

Commit

Permalink
Fix dockblocks (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and jillingk committed Sep 18, 2023
1 parent 040472f commit 91f96d4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/Adyen/Service/Builder/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public function buildDeliveryAddress(
}

/**
* @param string self::$addressTypeBilling|self::$addressTypeDelivery
* @param string $addressType self::$addressTypeBilling|self::$addressTypeDelivery
* @param string $street
* @param string $houseNumberOrName
* @param string $postalCode
Expand Down
2 changes: 1 addition & 1 deletion src/Adyen/Service/Builder/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Browser
* @param int $screenWidth
* @param int $screenHeight
* @param int $colorDepth
* @param int $timeZoneOffsetß
* @param int $timeZoneOffset
* @param string $language
* @param bool $javaEnabled
* @param array $request
Expand Down
5 changes: 0 additions & 5 deletions src/Adyen/Service/PosPayment.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ class PosPayment extends \Adyen\ApiKeyAuthenticatedService
*/
protected $runTenderAsync;

/**
* @var
*/
protected $txType;

/**
* @var ResourceModel\Payment\ConnectedTerminals
*/
Expand Down

0 comments on commit 91f96d4

Please sign in to comment.