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 8f60418 commit d4a428cCopy full SHA for d4a428c
src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php
@@ -161,7 +161,7 @@ public function thenEmptyArray()
161
*/
162
public function thenInvalid($message)
163
{
164
- $this->thenPart = function ($v) use ($message) {throw new \InvalidArgumentException(sprintf($message, json_encode($v))); };
+ $this->thenPart = function ($v) use ($message) { throw new \InvalidArgumentException(sprintf($message, json_encode($v))); };
165
166
return $this;
167
}
0 commit comments