We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3185642 commit 5ac1c51Copy full SHA for 5ac1c51
src/Loader.php
@@ -310,7 +310,7 @@ public function __construct(
310
$$Path = $VendorPath . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'phpmussel-' . strtolower(substr($Path, 0, -4));
311
}
312
if (!$this->buildPath($$Path, false)) {
313
- throw new \Exception(sprint('Unable to build the path, "%s".', $$Path));
+ throw new \Exception(sprintf('Unable to build the path, "%s".', $$Path));
314
315
if (($End = substr($$Path, -1)) && $End !== '/' && $End !== '\\') {
316
$$Path .= DIRECTORY_SEPARATOR;
0 commit comments