Passed
Pull Request — master (#88)
by
unknown
04:58
created
config/console.php 2 patches
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -70,11 +70,11 @@
 block discarded – undo
70 70
         'class' => 'yii\gii\Module',
71 71
     ];
72 72
     $config['modules']['fixture'] = [ // Fixture generation command line.
73
-      'class' => \yii\faker\FixtureController::class,
74
-      'templatePath' => 'tests/fixtures/templates',
75
-      'fixtureDataPath' => 'tests/fixtures/data',
76
-      'namespace' => 'app\tests\fixtures',
77
-      'count' => 10,
73
+        'class' => \yii\faker\FixtureController::class,
74
+        'templatePath' => 'tests/fixtures/templates',
75
+        'fixtureDataPath' => 'tests/fixtures/data',
76
+        'namespace' => 'app\tests\fixtures',
77
+        'count' => 10,
78 78
     ];
79 79
 }
80 80
 
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     $config['modules']['gii'] = [
70 70
         'class' => 'yii\gii\Module',
71 71
     ];
72
-    $config['modules']['fixture'] = [ // Fixture generation command line.
72
+    $config['modules']['fixture'] = [// Fixture generation command line.
73 73
       'class' => \yii\faker\FixtureController::class,
74 74
       'templatePath' => 'tests/fixtures/templates',
75 75
       'fixtureDataPath' => 'tests/fixtures/data',
Please login to merge, or discard this patch.