Passed
Push — master ( 612632...9e8075 )
by Dedipyaman
08:57
created
src/Validator/IPAddressValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
 class IPAddressValidator implements Validator
13 13
 {
14
-    public function validate($type, $options = []): Result
14
+    public function validate($type, $options = [ ]): Result
15 15
     {
16 16
         if (filter_var($type, FILTER_VALIDATE_IP)) {
17 17
             return new Success();
Please login to merge, or discard this patch.