@@ -47,7 +47,7 @@ |
||
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 |