Completed
Pull Request — master (#2)
by Angel
06:20 queued 01:39
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/_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.