mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-12-16 11:53:49 +09:00
Updates to vendors etc
This commit is contained in:
@@ -18,7 +18,7 @@ class ResolverNotFoundException extends \RuntimeException
|
||||
*/
|
||||
public function __construct(string $name, array $alternatives = [])
|
||||
{
|
||||
$msg = sprintf('You have requested a non-existent resolver "%s".', $name);
|
||||
$msg = \sprintf('You have requested a non-existent resolver "%s".', $name);
|
||||
if ($alternatives) {
|
||||
if (1 === \count($alternatives)) {
|
||||
$msg .= ' Did you mean this: "';
|
||||
|
||||
Reference in New Issue
Block a user