Test Setup Failed
Push — master ( dff994...da8801 )
by Tobias
12:00
created
src/views/layouts/_modal.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
                 <p class="small">
43 43
                     Built with <?= Html::a('phd', 'http://phd.dmstr.io') ?> from
44 44
                     <?= Html::a(
45
-                       'dmstr',
45
+                        'dmstr',
46 46
                         'http://www.diemeisterei.de'
47 47
                     ) ?>
48 48
                 </p>
Please login to merge, or discard this patch.
src/config/common.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
         'context.menuItems' => [],
69 69
         'yii.migrations' => ArrayHelper::merge(
70 70
             explode(',', getenv('APP_MIGRATION_LOOKUP')),
71
-           [
71
+            [
72 72
                 '@yii/rbac/migrations',
73 73
                 '@yii/web/migrations',
74 74
                 '@bedezign/yii2/audit/migrations',
Please login to merge, or discard this patch.