Failed Conditions
Push — complex_graph ( acfdbf...ffa5e4 )
by Donald
04:25 queued 01:50
created
test/Chekote/NounStore/Key/SplitPossessionsTest.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -36,11 +36,11 @@
 block discarded – undo
36 36
     public function nouns()
37 37
     {
38 38
         return [
39
-            ['Customer',                       ['Customer'                        ]],
40
-            ["Customer's Car",                 ['Customer',     'Car'             ]],
41
-            ["8th Customer's Car",             ['8th Customer', 'Car'             ]],
42
-            ["Customer's 2nd Car",             ['Customer',     '2nd Car'         ]],
43
-            ["7th Customer's 4th Car",         ['7th Customer', '4th Car'         ]],
39
+            ['Customer', ['Customer']],
40
+            ["Customer's Car", ['Customer', 'Car']],
41
+            ["8th Customer's Car", ['8th Customer', 'Car']],
42
+            ["Customer's 2nd Car", ['Customer', '2nd Car']],
43
+            ["7th Customer's 4th Car", ['7th Customer', '4th Car']],
44 44
             ["7th Customer's 4th Car's Wheel", ['7th Customer', '4th Car', 'Wheel']],
45 45
         ];
46 46
     }
Please login to merge, or discard this patch.