Completed
Push — master ( 119f17...d6fd54 )
by recca
09:59 queued 03:34
created
src/Contracts/Storage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * rules.
19 19
      *
20
-     * @param string $zip
20
+     * @param string $zip3
21 21
      * @return string
22 22
      */
23 23
     public function rules($zip3);
Please login to merge, or discard this patch.
src/Rule.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -156,9 +156,9 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * normalizeAddress.
158 158
      *
159
-     * @param Address $ruleAddressTokens
160
-     * @param \Recca0120\LoDash\JArray $ruleAddressTokens
161
-     * @return array
159
+     * @param JArray $ruleAddressTokens
160
+     * @param JArray $ruleAddressTokens
161
+     * @return Address
162 162
      */
163 163
     protected function normalizeAddress(Address $address, JArray $ruleAddressTokens)
164 164
     {
@@ -178,8 +178,8 @@  discard block
 block discarded – undo
178 178
     /**
179 179
      * equalsToken.
180 180
      *
181
-     * @param \Recca0120\LoDash\JArray|array $ruleAddressTokens
182
-     * @param \Recca0120\LoDash\JArray|array $addressTokens
181
+     * @param JArray $ruleAddressTokens
182
+     * @param JArray $addressTokens
183 183
      * @param int $cur
184 184
      * @return bool
185 185
      */
Please login to merge, or discard this patch.
src/Storages/File.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     /**
62 62
      * rules.
63 63
      *
64
-     * @param string $zip
64
+     * @param string $zip3
65 65
      * @return \Recca0120\LoDash\JArray
66 66
      */
67 67
     public function rules($zip3)
Please login to merge, or discard this patch.