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.
2 parents 579766f + 0b0aaa6 commit c9c7c7fCopy full SHA for c9c7c7f
Definition.php
@@ -743,7 +743,7 @@ public function setAutowired(bool $autowired): static
743
/**
744
* Gets bindings.
745
*
746
- * @return array|BoundArgument[]
+ * @return BoundArgument[]
747
*/
748
public function getBindings(): array
749
{
Dumper/PhpDumper.php
@@ -62,6 +62,7 @@ class PhpDumper extends Dumper
62
63
public const NON_FIRST_CHARS = 'abcdefghijklmnopqrstuvwxyz0123456789_';
64
65
+ /** @var \SplObjectStorage<Definition, Variable>|null */
66
private ?\SplObjectStorage $definitionVariables = null;
67
private ?array $referenceVariables = null;
68
private int $variableCount;
0 commit comments