Passed
Pull Request — master (#4)
by Angel
03:26
created
tests/api/ResourceOwnerPasswordCredentialsCest.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@  discard block
 block discarded – undo
107 107
             'accessToken' => self::$token,
108 108
         ]);
109 109
 
110
-         $I->seeResponseCodeIs(HttpCode::OK);
110
+            $I->seeResponseCodeIs(HttpCode::OK);
111 111
     }
112 112
 
113 113
     /**
@@ -132,7 +132,7 @@  discard block
 block discarded – undo
132 132
             'accessToken' => self::$scopeToken,
133 133
         ]);
134 134
 
135
-         $I->seeResponseCodeIs(HttpCode::OK);
135
+            $I->seeResponseCodeIs(HttpCode::OK);
136 136
     }
137 137
 
138 138
     /**
Please login to merge, or discard this patch.
tests/_support/UnitTester.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@
 block discarded – undo
21 21
 {
22 22
     use _generated\UnitTesterActions;
23 23
 
24
-   /*
24
+    /*
25 25
     * Define custom actions here
26 26
     */
27 27
 }
Please login to merge, or discard this patch.
tests/_support/ApiTester.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\ApiTesterActions;
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.
tests/_app/config/web.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
         ],
17 17
         'components' => [
18 18
             'assetManager' => [
19
-               'basePath' => dirname(__DIR__) . '/assets',
20
-           ],
21
-       ],
19
+                'basePath' => dirname(__DIR__) . '/assets',
20
+            ],
21
+        ],
22 22
     ]
23 23
 );
Please login to merge, or discard this patch.
tests/_app/config/common.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
     'components' => [
15 15
         'db' => require __DIR__ . '/db.php',
16 16
         'authManager' => [
17
-             'class' => yii\rbac\DbManager::class,
17
+                'class' => yii\rbac\DbManager::class,
18 18
         ],
19 19
     ],
20 20
 ];
Please login to merge, or discard this patch.