@@ -124,7 +124,7 @@ |
||
| 124 | 124 | * |
| 125 | 125 | * @param string $sText |
| 126 | 126 | * @param string $aSubstitutionArray |
| 127 | - * @param int|bool $iMaxLength |
|
| 127 | + * @param integer $iMaxLength |
|
| 128 | 128 | * @return string |
| 129 | 129 | */ |
| 130 | 130 | public function handleSubstituteReplacement($sText, $aSubstitutionArray, $iMaxLength = false) |
@@ -169,7 +169,7 @@ |
||
| 169 | 169 | * Get fallback template |
| 170 | 170 | * |
| 171 | 171 | * @param string $sCompany |
| 172 | - * @return mixed |
|
| 172 | + * @return string |
|
| 173 | 173 | */ |
| 174 | 174 | protected function getFallbackText($sCompany) |
| 175 | 175 | { |
@@ -170,7 +170,6 @@ |
||
| 170 | 170 | * Method to trigger the Payone genericpayment request pre-check |
| 171 | 171 | * |
| 172 | 172 | * @param float $dAmount |
| 173 | - * @param string|bool $sBirthday |
|
| 174 | 173 | * @return array |
| 175 | 174 | * @throws LocalizedException |
| 176 | 175 | */ |
@@ -268,7 +268,6 @@ |
||
| 268 | 268 | |
| 269 | 269 | /** |
| 270 | 270 | * Send the previously prepared request, log request and response into the database and return the response |
| 271 | - |
|
| 272 | 271 | * @param PayoneMethod $oPayment |
| 273 | 272 | * @return array |
| 274 | 273 | */ |
@@ -33,7 +33,7 @@ |
||
| 33 | 33 | /** |
| 34 | 34 | * Class constructor |
| 35 | 35 | * |
| 36 | - * @param \PHPUnit_Framework_TestCase $testObject |
|
| 36 | + * @param BaseTestCase $testObject |
|
| 37 | 37 | */ |
| 38 | 38 | public function __construct($testObject) |
| 39 | 39 | { |