Passed
Push — master ( ffd3d6...84412a )
by Pierre
12:32
created
src/Helpers/NISSValidatorHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
         }
48 48
 
49 49
         // Check that the number is not 00000000000
50
-        if($niss === '00000000000') {
50
+        if ($niss === '00000000000') {
51 51
             throw new InvalidArgumentException("NISS cannot be 00000000000");
52 52
         }
53 53
 
Please login to merge, or discard this patch.