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 59964cd + 592df3f commit 9b8ae87Copy full SHA for 9b8ae87
FormFieldRegistry.php
@@ -77,7 +77,7 @@ public function &get(string $name)
77
while ($segments) {
78
$path = array_shift($segments);
79
if (!\is_array($target) || !\array_key_exists($path, $target)) {
80
- throw new \InvalidArgumentException(sprintf('Unreachable field "%s"', $path));
+ throw new \InvalidArgumentException(sprintf('Unreachable field "%s".', $path));
81
}
82
$target = &$target[$path];
83
0 commit comments