update patch 1
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