From b6b94adf293ae518b773d9dbab6b14e97db47736 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 5 Mar 2019 19:46:55 +0100 Subject: [PATCH] Fix code style in ExceptionLogUtil --- wcfsetup/install/files/lib/util/ExceptionLogUtil.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/lib/util/ExceptionLogUtil.class.php b/wcfsetup/install/files/lib/util/ExceptionLogUtil.class.php index 3cc6392f02..2318f78e25 100644 --- a/wcfsetup/install/files/lib/util/ExceptionLogUtil.class.php +++ b/wcfsetup/install/files/lib/util/ExceptionLogUtil.class.php @@ -44,7 +44,7 @@ final class ExceptionLogUtil { public static function parseException($entry) { static $regex = null; static $chainRegex = null; - if ($regex === null || $chainRegex === NULL) { + if ($regex === null || $chainRegex === null) { $regex = new Regex("(?P[MTWFS][a-z]{2}, \d{1,2} [JFMASOND][a-z]{2} \d{4} \d{2}:\d{2}:\d{2} [+-]\d{4})\s*\n". "Message: (?P.*?)\s*\n". "PHP version: (?P.*?)\s*\n". -- 2.20.1