Completed
Push — master ( abeb69...f5cf0e )
by recca
02:27
created
src/Address.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     /**
64 64
      * set.
65 65
      *
66
-     * @param Recca0120\Twzipcode\Address $address
66
+     * @param string $address
67 67
      */
68 68
     public function set($address)
69 69
     {
Please login to merge, or discard this patch.
src/Rules.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Recca0120\Twzipcode;
4 4
 
5
-use Recca0120\Twzipcode\Storages\File;
6 5
 use Recca0120\Twzipcode\Contracts\Storage;
6
+use Recca0120\Twzipcode\Storages\File;
7 7
 
8 8
 class Rules
9 9
 {
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
@@ -158,7 +158,7 @@  discard block
 block discarded – undo
158 158
      *
159 159
      * @param \Recca0120\LoDash\JArray $ruleAddressTokens
160 160
      * @param \Recca0120\LoDash\JArray $ruleAddressTokens
161
-     * @return array
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.