PHP7 type annotations

This commit is contained in:
Shish
2017-09-19 18:55:43 +01:00
parent c7ca2f4154
commit 977c3db1e3
98 changed files with 624 additions and 1986 deletions

View File

@@ -47,7 +47,7 @@ class RandomImage extends Extension {
}
else if($action === "view") {
if(!is_null($image)) {
send_event(new DisplayingImageEvent($image, $page));
send_event(new DisplayingImageEvent($image));
}
}
else if($action === "widget") {