mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 23:59:27 -04:00
Merge pull request #36341 from nextcloud/fix/app-framework/middleware-before-controller-returns-void
fix(app-framework): Specify return type of Middleware::beforeController
This commit is contained in:
commit
033b03def0
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue