We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -123,7 +123,7 @@ |
||
123 | 123 | * |
124 | 124 | * @param array<string, mixed> $data |
125 | 125 | */ |
126 | -function replaceMissionTemplate(string|int|PlotGroup &$template, string $key, array $data): void { |
|
126 | +function replaceMissionTemplate(string|int|PlotGroup&$template, string $key, array $data): void { |
|
127 | 127 | if (!is_string($template)) { |
128 | 128 | return; |
129 | 129 | } |
@@ -121,7 +121,7 @@ |
||
121 | 121 | * Can be used to convert any type of notice into an exception. |
122 | 122 | */ |
123 | 123 | function exception_error_handler(int $errno, string $errstr, string $errfile, int $errline): bool { |
124 | - if (!(error_reporting() & $errno)) { |
|
124 | + if (!(error_reporting()&$errno)) { |
|
125 | 125 | return false; // error is suppressed |
126 | 126 | } |
127 | 127 | throw new ErrorException($errstr, $errno, E_ERROR, $errfile, $errline); |