Completed
Push — master ( 463605...f15859 )
by Guillaume
16:46
created
src/Starkerxp/StructureBundle/Command/GenererDataTestCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
                 }
94 94
                 $export[strtolower($nomTable).'_'.$row['id']] = $dataExport;
95 95
             }
96
-            $contenu .= Yaml::dump([$namespace => $export,], 2, 4)."\n";
96
+            $contenu .= Yaml::dump([$namespace => $export, ], 2, 4)."\n";
97 97
         }
98 98
         echo $contenu;
99 99
     }
Please login to merge, or discard this patch.