Completed
Push — master ( aff582...5ac2a2 )
by Kirill
09:26
created
src/AppBundle/DataFixtures/ORM/LoadActionData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
         $action = new Action();
33 33
 
34
-        $action->setArguments(json_encode(['file'=>'/tmp/testfile.log','text'=>'testtext']));
34
+        $action->setArguments(json_encode(['file'=>'/tmp/testfile.log', 'text'=>'testtext']));
35 35
         $action->setType('real');
36 36
         $action->setAlias('file.write');
37 37
         $action->setDevice($device);
Please login to merge, or discard this patch.