drop redundant end-php tag
This commit is contained in:
parent
665d5db3f6
commit
e9ab6aa802
1 changed files with 0 additions and 1 deletions
|
@ -81,7 +81,6 @@ function _dump_event_listeners(array $event_listeners, string $path): void
|
|||
}
|
||||
$p .= ");\n";
|
||||
|
||||
$p .= "?".">";
|
||||
file_put_contents($path, $p);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue