diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2024-05-16 13:45:56 +0100 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2024-05-16 13:48:59 +0100 |
| commit | 750a2f587ef0c9f05a55ffe82dae500c0abe0419 (patch) | |
| tree | 11f362c2816ca2a1ee88b394ec747f4dff6af21a /app/Webtrees.php | |
| parent | 956da4f032d3c1add7662dac6bc75a7dd6d026ee (diff) | |
| download | webtrees-750a2f587ef0c9f05a55ffe82dae500c0abe0419.tar.gz webtrees-750a2f587ef0c9f05a55ffe82dae500c0abe0419.tar.bz2 webtrees-750a2f587ef0c9f05a55ffe82dae500c0abe0419.zip | |
Update phpstan baseline
Diffstat (limited to 'app/Webtrees.php')
| -rw-r--r-- | app/Webtrees.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Webtrees.php b/app/Webtrees.php index 7ec5b9a3e7..082a6cd60b 100644 --- a/app/Webtrees.php +++ b/app/Webtrees.php @@ -126,7 +126,7 @@ class Webtrees // We want to know about all PHP errors during development, and fewer in production. // Several of our libaries (e.g. laravel) give deprecations for PHP 8.4, and won't be fixed. - public const ERROR_REPORTING = (self::DEBUG && PHP_VERSION_ID < 80400)? E_ALL : E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; + public const ERROR_REPORTING = (self::DEBUG && PHP_VERSION_ID < 80400) ? E_ALL : E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED; // Page layouts for various page types. public const LAYOUT_ADMINISTRATION = 'layouts/administration'; |
