Completed
Branch master (b75fea)
by Valery
09:42
created
src/DataFixtures/AppFixtures.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     private function loadProperties(ObjectManager $manager): void
128 128
     {
129 129
         foreach ($this->getPropertyData() as [$operation_id, $category_id, $locality_id, $title,
130
-                 $address, $latitude, $longitude, $price, $price_type, ]) {
130
+                    $address, $latitude, $longitude, $price, $price_type, ]) {
131 131
             $property = new Property();
132 132
             $property->setAuthor($this->getReference('admin'));
133 133
             $property->setOperation($operation_id);
Please login to merge, or discard this patch.