Test Setup Failed
Push — master ( 61558a...364be3 )
by Tobias
14:51
created
src/config/console.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
                     'class' => 'yii\log\FileTarget',
61 61
                     'logFile' => '@runtime/logs/console.log',
62 62
                     //'levels' => ['info', 'trace'],
63
-                    'logVars' => [],
63
+                    'logVars' => [ ],
64 64
                     'dirMode' => YII_ENV_DEV ? 0777 : null,
65 65
                     'fileMode' => YII_ENV_DEV ? 0666 : null,
66 66
                     'enabled' => YII_DEBUG && !YII_ENV_TEST,
Please login to merge, or discard this patch.