We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -50,7 +50,7 @@ |
||
50 | 50 | { |
51 | 51 | try { |
52 | 52 | $type = $this->getSolution($alias); |
53 | - } catch (\Error|\Exception $e) { |
|
53 | + } catch (\Error | \Exception $e) { |
|
54 | 54 | throw new \RuntimeException( |
55 | 55 | sprintf( |
56 | 56 | 'Type class for alias %s could not be load. If you are using your own classLoader verify the path and the namespace please.', |