forked from Cavemanon/cavepaintings
PHP7 type annotations
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*/
|
||||
|
||||
class AutoComplete extends Extension {
|
||||
public function get_priority() {return 30;} // before Home
|
||||
public function get_priority(): int {return 30;} // before Home
|
||||
|
||||
public function onPageRequest(PageRequestEvent $event) {
|
||||
global $page, $database;
|
||||
|
Reference in New Issue
Block a user