We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 511cd0c commit a0854d4Copy full SHA for a0854d4
src/Http/src/LazyPipeline.php
@@ -46,7 +46,7 @@ public function __construct(
46
/**
47
* Add middleware to the pipeline.
48
*
49
- * @param MiddlewareInterface ...$middleware List of middleware or its definition.
+ * @param MiddlewareInterface|Autowire|non-empty-string ...$middleware List of middleware or its definition.
50
*/
51
public function withAddedMiddleware(MiddlewareInterface|Autowire|string ...$middleware): self
52
{
0 commit comments