@@ -126,7 +126,7 @@ |
||
126 | 126 | |
127 | 127 | // We want to know about all PHP errors during development, and fewer in production. |
128 | 128 | // Several of our libaries (e.g. laravel) give deprecations for PHP 8.4, and won't be fixed. |
129 | - public const ERROR_REPORTING = (self::DEBUG && PHP_VERSION_ID < 80400)? E_ALL : E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; |
|
129 | + public const ERROR_REPORTING = (self::DEBUG && PHP_VERSION_ID < 80400) ? E_ALL : E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; |
|
130 | 130 | |
131 | 131 | // Page layouts for various page types. |
132 | 132 | public const LAYOUT_ADMINISTRATION = 'layouts/administration'; |