Completed
Push — master ( 954bab...484894 )
by Guillaume
02:44
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.
src/AppBundle/Controller/PanierController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
 
12 12
     public function ajouterAuPanierAction(Request $request)
13 13
     {
14
-        return new JsonResponse(["ok"],201);
14
+        return new JsonResponse(["ok"], 201);
15 15
 
16 16
     }
17 17
 
Please login to merge, or discard this patch.