Browse Source

fix(app-framework): Specify return type of Middleware::beforeController

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
pull/36341/head
Christoph Wurst 4 years ago
parent
commit
6d7339b0ff
No known key found for this signature in database GPG Key ID: CC42AC2A7F0E56D8
  1. 1
      lib/public/AppFramework/Middleware.php

1
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) {

Loading…
Cancel
Save