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 1f99622 commit a5ada60Copy full SHA for a5ada60
Loader/Configurator/InstanceofConfigurator.php
@@ -30,7 +30,7 @@ class InstanceofConfigurator extends AbstractServiceConfigurator
30
/**
31
* Defines an instanceof-conditional to be applied to following service definitions.
32
*/
33
- final public function instanceof(string $fqcn): InstanceofConfigurator
+ final public function instanceof(string $fqcn): self
34
{
35
return $this->parent->instanceof($fqcn);
36
}
0 commit comments