Test Failed
Branch master (db408b)
by Glegrith
05:18
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.