Test Failed
Push — master ( 14b88d...a72aaf )
by Dominik
02:37
created
config/config_test.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return [
4
-     'settings' => [
4
+        'settings' => [
5 5
         'displayErrorDetails' => true,
6 6
         'routerCacheFile' => false,
7 7
     ],
Please login to merge, or discard this patch.
app/Validation/CourseMapping.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
                                 new Error(
89 89
                                     $path.'[_all]',
90 90
                                     'constraint.uniquemodel.notunique',
91
-                                     ['uniqueProperties' => 'name']
91
+                                        ['uniqueProperties' => 'name']
92 92
                                 ),
93 93
                             ];
94 94
                         }
Please login to merge, or discard this patch.