Fix code style
authorTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 13:50:13 +0000 (15:50 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Tue, 31 May 2022 13:50:13 +0000 (15:50 +0200)
see 598b72301a2cdcd0f3a0c1196f6fc1107e01650e

wcfsetup/install/files/lib/system/request/RequestHandler.class.php

index 2fd82b5e9407294d6ec766a4cc81f6c462d41796..58b13b7bcadbe0a788268667f2e30a93490e3357 100644 (file)
@@ -132,7 +132,7 @@ class RequestHandler extends SingletonFactory
             return;
         }
 
-        if (!(70200 <= PHP_VERSION_ID && PHP_VERSION_ID <= 80099)) {
+        if (!(70200 <= \PHP_VERSION_ID && \PHP_VERSION_ID <= 80099)) {
             \header('HTTP/1.1 500 Internal Server Error');
 
             throw new NamedUserException(WCF::getLanguage()->get('wcf.global.incompatiblePhpVersion'));