Test Setup Failed
Branch master (354693)
by Valery
10:57
created
src/DataFixtures/AreaFixtures.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -28,10 +28,10 @@
 block discarded – undo
28 28
     {
29 29
         return [
30 30
             // $areaData = [$locality, $name, $slug];
31
-           [$this->getReference('Miami'), 'South Beach', 'south-beach'],
32
-           [$this->getReference('Miami'), 'Downtown', 'downtown'],
33
-           [$this->getReference('Tampa'), 'Ballast Point', 'ballast-point'],
34
-           [$this->getReference('Tampa'), 'Culbreath Isles', 'culbreath-isles'],
31
+            [$this->getReference('Miami'), 'South Beach', 'south-beach'],
32
+            [$this->getReference('Miami'), 'Downtown', 'downtown'],
33
+            [$this->getReference('Tampa'), 'Ballast Point', 'ballast-point'],
34
+            [$this->getReference('Tampa'), 'Culbreath Isles', 'culbreath-isles'],
35 35
         ];
36 36
     }
37 37
 
Please login to merge, or discard this patch.