Completed
Push — master ( 0d2867...0c4b8c )
by Propa
02:09
created
src/PhoneValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
     protected function parseTypes(array $types)
169 169
     {
170 170
         // Transform types to their namespaced class constant.
171
-        array_walk($types, function (&$type) {
171
+        array_walk($types, function(&$type) {
172 172
             $type = constant($this->constructPhoneTypeConstant($type));
173 173
         });
174 174
 
Please login to merge, or discard this patch.