Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3cb7538

Browse filesBrowse files
authored
Improved invalid message.
1 parent 42c7053 commit 3cb7538
Copy full SHA for 3cb7538

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ private function addWorkflowSection(ArrayNodeDefinition $rootNode)
330330
->cannotBeEmpty()
331331
->validate()
332332
->ifTrue(function ($v) { return !class_exists($v) && !interface_exists($v); })
333-
->thenInvalid('The supported class %s does not exist.')
333+
->thenInvalid('The supported class or interface "%s" does not exist.')
334334
->end()
335335
->end()
336336
->end()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.