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 be62808 commit 592df3fCopy full SHA for 592df3f
FormFieldRegistry.php
@@ -81,7 +81,7 @@ public function &get($name)
81
while ($segments) {
82
$path = array_shift($segments);
83
if (!\is_array($target) || !\array_key_exists($path, $target)) {
84
- throw new \InvalidArgumentException(sprintf('Unreachable field "%s"', $path));
+ throw new \InvalidArgumentException(sprintf('Unreachable field "%s".', $path));
85
}
86
$target = &$target[$path];
87
0 commit comments