You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -58,7 +56,7 @@ public function withRequest(ServerRequestInterface $request, callable $callback)
58
56
*
59
57
* @internal
60
58
*/
61
-
publicfunctionprocess(View$view)
59
+
publicfunctionprocess(View$view): void
62
60
{
63
61
if ($this->request === null) {
64
62
thrownewMissingRequestException('Cannot process a view without a request set. This method should be called from the callback passed to Pipeline::withRequest');
@@ -67,26 +65,6 @@ public function process(View $view)
67
65
call_user_func($this->middleware, $view);
68
66
}
69
67
70
-
/**
71
-
* @param MiddlewareInterface[] $middleware
72
-
*
73
-
* @return MiddlewareInterface[]
74
-
*
75
-
* @deprecated 2.0.0 Should not have been default behaviour. Will be removed as of the next major release.
0 commit comments