Passed
Pull Request — master (#4)
by Angel
04:57
created
tests/_app/config/common.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
     'components' => [
12 12
         'db' => require __DIR__ . '/db.php',
13 13
         'authManager' => [
14
-             'class' => yii\rbac\DbManager::class,
14
+                'class' => yii\rbac\DbManager::class,
15 15
         ],
16 16
     ],
17 17
 ];
Please login to merge, or discard this patch.
tests/api/TransitionPermissionCest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
                 'urlParams' => [
68 68
                     'workflow_id' => 2,
69 69
                     'stage_id' => 5,
70
-                    'target_id' => 7    ,
70
+                    'target_id' => 7,
71 71
                     'expand' => 'targetStage'
72 72
                 ],
73 73
                 'httpCode' => HttpCode::OK,
Please login to merge, or discard this patch.
tests/_app/config/web.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         ],
17 17
         'components' => [
18 18
             'assetManager' => [
19
-               'basePath' => dirname(__DIR__) . '/assets',
19
+                'basePath' => dirname(__DIR__) . '/assets',
20 20
             ],
21 21
         ]
22 22
     ]
Please login to merge, or discard this patch.
src/migrations/Assignment.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@
 block discarded – undo
42 42
     public function foreignKeys(): array
43 43
     {
44 44
         return [
45
-           'process_id' => $this->getProcessTableName(),
45
+            'process_id' => $this->getProcessTableName(),
46 46
         ];
47 47
     }
48 48
  
Please login to merge, or discard this patch.