8000 fixed CS · symfony/symfony@4d31d2f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4d31d2f

Browse files
committed
fixed CS
1 parent c4b8e03 commit 4d31d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Translation/Dumper/FileDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function dump(MessageCatalogue $messages, $options = array())
5959
} else {
6060
$directory = dirname($fullpath);
6161
if (!file_exists($directory) && !@mkdir($directory, 0777, true)) {
62-
throw new \RuntimeException(sprintf('Cannot create the directory "%s"', $directory));
62+
throw new \RuntimeException(sprintf('Unable to create directory "%s".', $directory));
6363
}
6464
}
6565
// save file

0 commit comments

Comments
 (0)
0