Passed
Push — master ( 48825a...e7e3ec )
by Donald
01:28
created
test/Unit/Chekote/NounStore/Key/SplitPossessionsTest.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -35,11 +35,11 @@
 block discarded – undo
35 35
     public function nouns()
36 36
     {
37 37
         return [
38
-            ['Frenchman',                      ['Frenchman'                       ]],
39
-            ["Dude's Car",                     ['Dude',         'Car'             ]],
40
-            ["8th Customer's Car",             ['8th Customer', 'Car'             ]],
41
-            ["Lad's 2nd Car",                  ['Lad',          '2nd Car'         ]],
42
-            ["7th Customer's 4th Car",         ['7th Customer', '4th Car'         ]],
38
+            ['Frenchman', ['Frenchman']],
39
+            ["Dude's Car", ['Dude', 'Car']],
40
+            ["8th Customer's Car", ['8th Customer', 'Car']],
41
+            ["Lad's 2nd Car", ['Lad', '2nd Car']],
42
+            ["7th Customer's 4th Car", ['7th Customer', '4th Car']],
43 43
             ["7th Customer's 4th Car's Wheel", ['7th Customer', '4th Car', 'Wheel']],
44 44
         ];
45 45
     }
Please login to merge, or discard this patch.