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 0e9736a commit 30ed933Copy full SHA for 30ed933
src/PipelineProxy.php
@@ -18,7 +18,7 @@
18
19
class PipelineProxy implements PipelineRuntimeInterface
20
{
21
- /** @var list<callable> $queuedCalls */
+ /** @var list<callable> */
22
private array $queuedCalls = [];
23
24
public function __construct(
0 commit comments