Completed
Push — master ( eab122...829e0e )
by xu
05:42
created
src/IdCard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
         $day = (int) substr($idcard, 12, 2);
86 86
         $year = (int) substr($idcard, 6, 4);
87 87
 
88
-        if (! checkdate($month, $day, $year)) {
88
+        if (!checkdate($month, $day, $year)) {
89 89
             return false;
90 90
         }
91 91
 
Please login to merge, or discard this patch.