Passed
Push — master ( 718618...cd6f65 )
by Vladimir
02:24
created
tests/_config/app.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
     'vendorPath' => Yii::getAlias('@vendor'),
9 9
     'runtimePath' => Yii::getAlias('@tests/_output'),
10 10
 
11
-    'bootstrap' => [],
11
+    'bootstrap' => [ ],
12 12
     'components' => require(__DIR__ . '/components.php'),
13 13
     'params' => require(__DIR__ . '/params.php'),
14 14
 ];
15 15
\ No newline at end of file
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     use _generated\UnitTesterActions;
22 22
 
23
-   /**
24
-    * Define custom actions here
25
-    */
23
+    /**
24
+     * Define custom actions here
25
+     */
26 26
 }
Please login to merge, or discard this patch.