From 6d7339b0ff970a13e1581f8e10162e6cb85cabe3 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 25 Jan 2023 09:30:58 +0100 Subject: fix(app-framework): Specify return type of Middleware::beforeController Signed-off-by: Christoph Wurst --- lib/public/AppFramework/Middleware.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/public/AppFramework/Middleware.php b/lib/public/AppFramework/Middleware.php index 5ae8eccae51..62b5e47c4cf 100644 --- a/lib/public/AppFramework/Middleware.php +++ b/lib/public/AppFramework/Middleware.php @@ -42,6 +42,7 @@ abstract class Middleware { * @param Controller $controller the controller that is being called * @param string $methodName the name of the method that will be called on * the controller + * @return void * @since 6.0.0 */ public function beforeController($controller, $methodName) { -- cgit v1.2.3