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 45dbae5 commit 205f87fCopy full SHA for 205f87f
src/PipelineProxy.php
@@ -22,7 +22,7 @@ class PipelineProxy implements PipelineRuntimeInterface
22
private $callback;
23
24
private array $callbacks = [];
25
- private PipelineRuntimeInterface $decorated;
+ private readonly PipelineRuntimeInterface $decorated;
26
27
public function __construct(
28
callable $callback,
0 commit comments