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 9b54d75 commit 0b0aaa6Copy full SHA for 0b0aaa6
Definition.php
@@ -846,7 +846,7 @@ public function setAutowired(bool $autowired)
846
/**
847
* Gets bindings.
848
*
849
- * @return array|BoundArgument[]
+ * @return BoundArgument[]
850
*/
851
public function getBindings()
852
{
Dumper/PhpDumper.php
@@ -62,6 +62,9 @@ class PhpDumper extends Dumper
62
63
public const NON_FIRST_CHARS = 'abcdefghijklmnopqrstuvwxyz0123456789_';
64
65
+ /**
66
+ * @var \SplObjectStorage<Definition, Variable>|null
67
+ */
68
private $definitionVariables;
69
private $referenceVariables;
70
private $variableCount;
0 commit comments