Passed
Push — master ( c2fe70...5e0a8d )
by Arthur
01:37
created
src/dataset/CustomSet.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -7,8 +7,8 @@
 block discarded – undo
7 7
 
8 8
 class CustomSet implements SetContract
9 9
 {
10
-    private $words   = [];
11
-    private $phrases = [];
10
+    private $words   = [ ];
11
+    private $phrases = [ ];
12 12
 
13 13
     /**
14 14
      * @return array
Please login to merge, or discard this patch.