mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -38,6 +38,6 @@ final class CommandIsSuccessful extends Constraint
|
||||
Command::INVALID => 'Command was invalid.',
|
||||
];
|
||||
|
||||
return $mapping[$other] ?? sprintf('Command returned exit status %d.', $other);
|
||||
return $mapping[$other] ?? \sprintf('Command returned exit status %d.', $other);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user