Passed
Push — 2.1 ( 43e1e5...1b3a2c )
by Greg
06:51 queued 52s
created
app/Webtrees.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@
 block discarded – undo
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';
Please login to merge, or discard this patch.