Passed
Push — master ( 97e252...64a533 )
by Petr
13:07
created
php-src/Datasources/Years.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,6 +49,6 @@
 block discarded – undo
49 49
 
50 50
     public function checkStart(int $passed): bool
51 51
     {
52
-        return in_array($passed, [1980, 2010, 2040,]);
52
+        return in_array($passed, [1980, 2010, 2040, ]);
53 53
     }
54 54
 }
Please login to merge, or discard this patch.