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 f86a11b commit 62f2f93Copy full SHA for 62f2f93
Loader/Configurator/ReferenceConfigurator.php
@@ -59,6 +59,9 @@ final public function ignoreOnUninitialized(): self
59
return $this;
60
}
61
62
+ /**
63
+ * @return string
64
+ */
65
public function __toString()
66
{
67
return $this->id;
Variable.php
@@ -33,6 +33,9 @@ public function __construct(string $name)
33
$this->name = $name;
34
35
36
37
38
39
40
41
return $this->name;
0 commit comments