We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | // Convert dot to array notation |
| 99 | 99 | $key = \Str::of($key) |
| 100 | 100 | ->explode('.') |
| 101 | - ->map(function ($value, $key) { |
|
| 101 | + ->map(function($value, $key) { |
|
| 102 | 102 | return $key ? "[$value]" : $value; |
| 103 | 103 | }) |
| 104 | 104 | ->join(''); |
@@ -123,7 +123,7 @@ discard block |
||
| 123 | 123 | */ |
| 124 | 124 | public function isRequired($inputKey) |
| 125 | 125 | { |
| 126 | - if (! $this->hasOperationSetting('requiredFields')) { |
|
| 126 | + if (!$this->hasOperationSetting('requiredFields')) { |
|
| 127 | 127 | return false; |
| 128 | 128 | } |
| 129 | 129 | |