Completed
Push — master ( f37070...f4b5c9 )
by Sergey
03:51
created
src/TestCase.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      * @param array $config
28 28
      * @param string $class
29 29
      */
30
-    protected function createConsoleApplication(array $config = [], $class = 'yii\console\Application')
30
+    protected function createConsoleApplication(array $config = [ ], $class = 'yii\console\Application')
31 31
     {
32 32
         new $class(ArrayHelper::merge([
33 33
             'id' => 'console-test',
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
      * @param array $config
42 42
      * @param string $class
43 43
      */
44
-    protected function createWebApplication(array $config = [], $class = 'yii\web\Application')
44
+    protected function createWebApplication(array $config = [ ], $class = 'yii\web\Application')
45 45
     {
46 46
         new $class(ArrayHelper::merge([
47 47
             'id' => 'web-test',
Please login to merge, or discard this patch.