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 53d8248 commit 2e3f05aCopy full SHA for 2e3f05a
src/Config/ConfigValueWrapper.php
@@ -52,7 +52,7 @@ public function __toString(): string
52
public function __call(string $name, array $arguments): mixed
53
{
54
if ($name !== self::V) {
55
- return;
+ return null;
56
}
57
58
return $this->value();
0 commit comments