Passed
Push — master ( 536f48...741d19 )
by Carlos
01:52 queued 12s
created
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.