Completed
Push — master ( 1e5aa8...a343f9 )
by recca
07:01
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/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.
src/Rule.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -156,9 +156,9 @@
 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
     {
Please login to merge, or discard this patch.