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 d3d34e7

Browse filesBrowse files
add trailing . to exception message
... as told by fabbot.io
1 parent fb7fc28 commit d3d34e7
Copy full SHA for d3d34e7

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,7 @@ private function registerTranslatorConfiguration(array $config, ContainerBuilder
12141214
}
12151215

12161216
if (null == $defaultDir) {
1217-
throw new \UnexpectedValueException('null is not allowed in framework.translator.default_path');
1217+
throw new \UnexpectedValueException('null is not allowed in framework.translator.default_path.');
12181218
} elseif ($container->fileExists($defaultDir)) {
12191219
$dirs[] = $defaultDir;
12201220
} else {

0 commit comments

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