Skip to content

Commit 30ed933

Browse files
committed
Ran php-cs-fixer
1 parent 0e9736a commit 30ed933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PipelineProxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
class PipelineProxy implements PipelineRuntimeInterface
2020
{
21-
/** @var list<callable> $queuedCalls */
21+
/** @var list<callable> */
2222
private array $queuedCalls = [];
2323

2424
public function __construct(

0 commit comments

Comments
 (0)