We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -56,7 +56,7 @@ discard block |
||
| 56 | 56 | */ |
| 57 | 57 | public function getEntry($id) |
| 58 | 58 | { |
| 59 | - if (! $this->entry) { |
|
| 59 | + if (!$this->entry) { |
|
| 60 | 60 | $this->entry = $this->model->findOrFail($id); |
| 61 | 61 | $this->entry = $this->entry->withFakes(); |
| 62 | 62 | } |
@@ -258,7 +258,7 @@ discard block |
||
| 258 | 258 | // we will apply the same labels as the values to the menu if developer didn't |
| 259 | 259 | $this->abortIfInvalidPageLength($menu[0]); |
| 260 | 260 | |
| 261 | - if (! isset($menu[1]) || ! is_array($menu[1])) { |
|
| 261 | + if (!isset($menu[1]) || !is_array($menu[1])) { |
|
| 262 | 262 | $menu[1] = $menu[0]; |
| 263 | 263 | } |
| 264 | 264 | } else { |