From e9ab6aa8025ca1a3d7f22f3636e1c98de2cb34d8 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 1 Feb 2020 21:42:47 +0000 Subject: [PATCH] drop redundant end-php tag --- core/send_event.php | 1 - 1 file changed, 1 deletion(-) diff --git a/core/send_event.php b/core/send_event.php index 1ef01bd7..892304ae 100644 --- a/core/send_event.php +++ b/core/send_event.php @@ -81,7 +81,6 @@ function _dump_event_listeners(array $event_listeners, string $path): void } $p .= ");\n"; - $p .= "?".">"; file_put_contents($path, $p); }