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 b10ca1f commit 8304bccCopy full SHA for 8304bcc
src/Symfony/Component/Workflow/Definition.php
@@ -65,7 +65,7 @@ public function setInitialPlace($place)
65
public function addPlace($place)
66
{
67
if (!preg_match('{^[\w\d_-]+$}', $place)) {
68
- throw new InvalidArgumentException(sprintf('The place "%s" contains invalid characters.', $name));
+ throw new InvalidArgumentException(sprintf('The place "%s" contains invalid characters.', $place));
69
}
70
71
if (!count($this->places)) {
0 commit comments