Passed
Branch master (e973cc)
by DeGracia
03:07 queued 01:20
created
src/Dictionaries/Digit.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,6 +6,6 @@
 block discarded – undo
6 6
 {
7 7
     public function handle()
8 8
     {
9
-        return [0,1,2,3,4,5,6,7,8,9];
9
+        return [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
10 10
     }
11 11
 }
Please login to merge, or discard this patch.