From 5a0c2d333ff41ec4da6a4d58bc1553beeee1affa Mon Sep 17 00:00:00 2001 From: rdalverny Date: Sat, 22 Jan 2022 19:53:01 +0100 Subject: More type hints --- app/helpers.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/helpers.php') diff --git a/app/helpers.php b/app/helpers.php index 24f9d38..85c63a3 100644 --- a/app/helpers.php +++ b/app/helpers.php @@ -7,7 +7,7 @@ * is available, and we won't force the use of our own * implementation. */ -function register_polyfills() +function register_polyfills() : void { } @@ -88,7 +88,7 @@ function _g($str, $comment = '') /** * Reset the moonmoon instance. */ -function removeCustomFiles() +function removeCustomFiles() : void { $toRemove = [ config_path('config.yml'), -- cgit v1.2.1