Skip to content

Commit dd54426

Browse files
committed
Remove extra quotes from ExprBuilder::thenInvalid() usage
1 parent 73c1711 commit dd54426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/config/definition.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ The builder is used for adding advanced validation rules to node definitions, li
726726
->isRequired()
727727
->validate()
728728
->ifNotInArray(array('mysql', 'sqlite', 'mssql'))
729-
->thenInvalid('Invalid database driver "%s"')
729+
->thenInvalid('Invalid database driver %s')
730730
->end()
731731
->end()
732732
->end()

0 commit comments

Comments
 (0)