@@ -81,7 +81,7 @@ |
||
| 81 | 81 | * Get country name by its ISO2 abbreviation |
| 82 | 82 | * |
| 83 | 83 | * @param string $sCountryCode |
| 84 | - * @return string|bool |
|
| 84 | + * @return string|false |
|
| 85 | 85 | */ |
| 86 | 86 | public function getCountryNameByIso2($sCountryCode) |
| 87 | 87 | { |
@@ -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) |
@@ -235,7 +235,6 @@ |
||
| 235 | 235 | |
| 236 | 236 | /** |
| 237 | 237 | * Send the previously prepared request, log request and response into the database and return the response |
| 238 | - |
|
| 239 | 238 | * @return array |
| 240 | 239 | */ |
| 241 | 240 | protected function send() |