We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -84,7 +84,7 @@ discard block |
||
| 84 | 84 | */ |
| 85 | 85 | public function wasNotApplied() |
| 86 | 86 | { |
| 87 | - return ! $this->applied; |
|
| 87 | + return !$this->applied; |
|
| 88 | 88 | } |
| 89 | 89 | |
| 90 | 90 | /** |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | |
| 106 | 106 | $input = $input ?? new ParameterBag($this->crud()->getRequest()->all()); |
| 107 | 107 | |
| 108 | - if (! $input->has($this->name)) { |
|
| 108 | + if (!$input->has($this->name)) { |
|
| 109 | 109 | // if fallback logic was supplied and is a closure |
| 110 | 110 | if (is_callable($this->fallbackLogic)) { |
| 111 | 111 | return ($this->fallbackLogic)(); |