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
No known key found for this signature in database
GPG Key ID: CC42AC2A7F0E56D8
1 changed files with
1 additions and
0 deletions
-
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) { |
|
|
|
|