Completed
Push — master ( ccd5f6...55e22e )
by Tyler
03:42 queued 02:32
created
src/Base.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -129,6 +129,9 @@  discard block
 block discarded – undo
129 129
         }
130 130
     }
131 131
 
132
+    /**
133
+     * @param string $country
134
+     */
132 135
     protected function getStateAbbreviations($country = null)
133 136
     {
134 137
         $x = [];
@@ -142,6 +145,9 @@  discard block
 block discarded – undo
142 145
         return $x;
143 146
     }
144 147
 
148
+    /**
149
+     * @param string $country
150
+     */
145 151
     protected function getStateNames($country = null)
146 152
     {
147 153
         $x = [];
Please login to merge, or discard this patch.