@@ -93,7 +93,7 @@ |
||
| 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 | } |
@@ -11,7 +11,7 @@ |
||
| 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 | |