diff options
-rw-r--r-- | lib/public/AppFramework/Middleware.php | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |