Completed
Push — master ( 6c4da9...442164 )
by Florian
14s queued 11s
created
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.
Test/Unit/PayoneObjectManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Helper/Base.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
     /**
119 119
      * Checks if the given value is json encoded
120 120
      *
121
-     * @param  $sValue
121
+     * @param  string $sValue
122 122
      * @return bool
123 123
      */
124 124
     protected function isJson($sValue)
Please login to merge, or discard this patch.
Model/Plugins/MethodList.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,7 +180,7 @@
 block discarded – undo
180 180
     /**
181 181
      * Remove banned paymenttypes
182 182
      *
183
-     * @param  array $aPaymentMethods
183
+     * @param  MethodInterface[] $aPaymentMethods
184 184
      * @param  Quote $oQuote
185 185
      * @return array
186 186
      */
Please login to merge, or discard this patch.