Passed
Push — master ( 420524...d9222d )
by Paweł
02:51
created
config/console.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -73,11 +73,11 @@
 block discarded – undo
73 73
         'class' => 'yii\gii\Module',
74 74
     ];
75 75
     $config['modules']['fixture'] = [ // Fixture generation command line.
76
-      'class' => FixtureController::class,
77
-      'templatePath' => 'tests/fixtures/templates',
78
-      'fixtureDataPath' => 'tests/fixtures/data',
79
-      'namespace' => 'app\tests\fixtures',
80
-      'count' => 10,
76
+        'class' => FixtureController::class,
77
+        'templatePath' => 'tests/fixtures/templates',
78
+        'fixtureDataPath' => 'tests/fixtures/data',
79
+        'namespace' => 'app\tests\fixtures',
80
+        'count' => 10,
81 81
     ];
82 82
 }
83 83
 
Please login to merge, or discard this patch.