We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| @@ -77,7 +77,7 @@ discard block | ||
| 77 | 77 | return parent::$type($value); | 
| 78 | 78 | } | 
| 79 | 79 | |
| 80 | -        $scalarType = match (true) { | |
| 80 | +        $scalarType = match(true) { | |
| 81 | 81 | $this->config['scalarType'] instanceof ScalarType => $this->config['scalarType'], | 
| 82 | 82 | is_callable($this->config['scalarType']) => $this->config['scalarType'](), | 
| 83 | 83 | default => $this->config['scalarType'], | 
| @@ -94,7 +94,7 @@ discard block | ||
| 94 | 94 | return; | 
| 95 | 95 | } | 
| 96 | 96 | |
| 97 | -        $scalarType = match (true) { | |
| 97 | +        $scalarType = match(true) { | |
| 98 | 98 | $this->config['scalarType'] instanceof ScalarType => $this->config['scalarType'], | 
| 99 | 99 | is_callable($this->config['scalarType']) => $this->config['scalarType'](), | 
| 100 | 100 | default => $this->config['scalarType'], |