diff options
Diffstat (limited to 'app/helpers.php')
-rw-r--r-- | app/helpers.php | 4 |
1 files changed, 2 insertions, 2 deletions
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'), |