Test Failed
Push — master ( 092323...db408b )
by Glegrith
07:57 queued 10s
created
config/middleware.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
-     /*-------------------------------------------------------------------------
4
+        /*-------------------------------------------------------------------------
5 5
      | The application's global HTTP middleware stack.
6 6
      |--------------------------------------------------------------------------
7 7
      |
Please login to merge, or discard this patch.
app/framework/Component/Database/Model/Concerns/HasRelationships.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,7 @@
 block discarded – undo
148 148
      * @throws StringObjectException
149 149
      */
150 150
     public function belongsToMany($related, $table = null, $foreignPivotKey = null, $relatedPivotKey = null,
151
-                                  $parentKey = null, $relatedKey = null, $relation = null)
151
+                                    $parentKey = null, $relatedKey = null, $relation = null)
152 152
     {
153 153
         /** @var Model $related */
154 154
         $related = $this->instantiateRelated($related);
Please login to merge, or discard this patch.
app/framework/Component/VarDumper/Caster/SplCaster.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -171,7 +171,7 @@
 block discarded – undo
171 171
             $storage[] = [
172 172
                 'object' => $obj,
173 173
                 'info' => $clone->getInfo(),
174
-             ];
174
+                ];
175 175
         }
176 176
 
177 177
         $a += [
Please login to merge, or discard this patch.
app/framework/Component/VarDumper/Caster/IntlCaster.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
                     'SIGNIFICANT_DIGIT_SYMBOL' => $c->getSymbol(\NumberFormatter::SIGNIFICANT_DIGIT_SYMBOL),
101 101
                     'MONETARY_GROUPING_SEPARATOR_SYMBOL' => $c->getSymbol(\NumberFormatter::MONETARY_GROUPING_SEPARATOR_SYMBOL),
102 102
                 ]
103
-             ),
103
+                ),
104 104
         ];
105 105
 
106 106
         return self::castError($c, $a);
Please login to merge, or discard this patch.