We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -279,7 +279,7 @@ discard block |
||
279 | 279 | private function getViewPathsWithFallbacks() |
280 | 280 | { |
281 | 281 | $type = $this->name; |
282 | - $paths = array_map(function ($item) use ($type) { |
|
282 | + $paths = array_map(function($item) use ($type) { |
|
283 | 283 | return $item.'.'.$type; |
284 | 284 | }, ViewNamespaces::getFor('buttons')); |
285 | 285 | |
@@ -445,7 +445,7 @@ discard block |
||
445 | 445 | { |
446 | 446 | $itemExists = $this->collection()->contains('name', $this->name); |
447 | 447 | |
448 | - if (! $itemExists) { |
|
448 | + if (!$itemExists) { |
|
449 | 449 | if ($this->position == 'beginning') { |
450 | 450 | $this->crud()->setOperationSetting('buttons', $this->collection()->prepend($this)); |
451 | 451 | } else { |