From 9b2e38d9f39ad2026a1b141a0117cdb860293efc Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 26 Jul 2022 21:10:28 +0200 Subject: [PATCH] app/library/Bootstrap.php: Fix documentation for run() method. --- app/library/Bootstrap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/library/Bootstrap.php b/app/library/Bootstrap.php index 03edaaf..86b89cd 100644 --- a/app/library/Bootstrap.php +++ b/app/library/Bootstrap.php @@ -54,8 +54,6 @@ class Bootstrap extends Injectable /** * Runs the application. - * - * @return string */ public function run($uri) {