drop redundant end-php tag

This commit is contained in:
Shish 2020-02-01 21:42:47 +00:00
parent 665d5db3f6
commit e9ab6aa802

View file

@ -81,7 +81,6 @@ function _dump_event_listeners(array $event_listeners, string $path): void
}
$p .= ");\n";
$p .= "?".">";
file_put_contents($path, $p);
}