Completed
Push — master ( 89612e...daf835 )
by Axel
02:08
created
Tests/Utils/PlusForTrelloHelperTest.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -20,13 +20,13 @@  discard block
 block discarded – undo
20 20
             [
21 21
                 [
22 22
                     [
23
-                        'data' => [ 'text' => 'plus! 0/6' ]
23
+                        'data' => ['text' => 'plus! 0/6']
24 24
                     ],
25 25
                     [
26
-                        'data' => [ 'text' => 'plus! 2/0' ]
26
+                        'data' => ['text' => 'plus! 2/0']
27 27
                     ],
28 28
                     [
29
-                        'data' => [ 'text' => 'plus! 1/0' ]
29
+                        'data' => ['text' => 'plus! 1/0']
30 30
                     ]
31 31
                 ],
32 32
                 [
@@ -37,13 +37,13 @@  discard block
 block discarded – undo
37 37
             [
38 38
                 [
39 39
                     [
40
-                        'data' => [ 'text' => 'plus! 0/3' ]
40
+                        'data' => ['text' => 'plus! 0/3']
41 41
                     ],
42 42
                     [
43
-                        'data' => [ 'text' => 'plus! 2/0' ]
43
+                        'data' => ['text' => 'plus! 2/0']
44 44
                     ],
45 45
                     [
46
-                        'data' => [ 'text' => 'plus! @developer 2/1' ]
46
+                        'data' => ['text' => 'plus! @developer 2/1']
47 47
                     ]
48 48
                 ],
49 49
                 [
Please login to merge, or discard this patch.