Completed
Pull Request — master (#93)
by
unknown
03:43
created
Helper/Country.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Helper/Toolkit.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
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)
Please login to merge, or discard this patch.
Model/Api/Payolution/PrivacyDeclaration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Model/Methods/Payolution/PayolutionBase.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -170,7 +170,6 @@
 block discarded – undo
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
      */
Please login to merge, or discard this patch.