8000
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.
2 parents a85f3c8 + 84bb6bc commit 4bdef75Copy full SHA for 4bdef75
src/Symfony/Component/HttpKernel/Util/Filesystem.php
@@ -133,7 +133,7 @@ public function rename($origin, $target)
133
{
134
// we check that target does not exist
135
if (is_readable($target)) {
136
- throw new \RuntimeException(sprintf('Cannot rename because the target "%" already exist.', $target));
+ throw new \RuntimeException(sprintf('Cannot rename because the target "%s" already exist.', $target));
137
}
138
139
rename($origin, $target);
0 commit comments