@@ -1,7 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | return [ |
4 | - /*------------------------------------------------------------------------- |
|
4 | + /*------------------------------------------------------------------------- |
|
5 | 5 | | The application's global HTTP middleware stack. |
6 | 6 | |-------------------------------------------------------------------------- |
7 | 7 | | |
@@ -148,7 +148,7 @@ |
||
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); |
@@ -171,7 +171,7 @@ |
||
171 | 171 | $storage[] = [ |
172 | 172 | 'object' => $obj, |
173 | 173 | 'info' => $clone->getInfo(), |
174 | - ]; |
|
174 | + ]; |
|
175 | 175 | } |
176 | 176 | |
177 | 177 | $a += [ |
@@ -100,7 +100,7 @@ |
||
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); |