We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -426,7 +426,7 @@ |
||
| 426 | 426 | */ |
| 427 | 427 | protected function generateCascade($config) |
| 428 | 428 | { |
| 429 | - $config = $config['validation'] ?? $config; |
|
| 429 | + $config = $config['validation'] ?? $config; |
|
| 430 | 430 | |
| 431 | 431 | return $this->stringifyValue($config['cascade'] ?? null, 1); |
| 432 | 432 | } |