Skip to content

Commit 3f2596d

Browse files
committed
fabot
1 parent a4f9266 commit 3f2596d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/src/ComponentFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ private function mount(object $component, array &$data, ComponentMetadata $compo
165165
} elseif ($refParameter->isDefaultValueAvailable()) {
166166
$parameters[] = $refParameter->getDefaultValue();
167167
} else {
168-
throw new \LogicException(\sprintf('%s() has a required $%s parameter. Make sure to pass it or give it a default value.', $component::class.'::mount()', $name));
168+
throw new \LogicException(\sprintf('"%s()" has a required $%s parameter. Make sure to pass it or give it a default value.', $component::class.'::mount()', $name));
169169
}
170170
}
171171

0 commit comments

Comments
 (0)