mirror of
https://github.com/Intervention/image.git
synced 2025-08-01 11:30:16 +02:00
changed exception message
This commit is contained in:
@@ -120,7 +120,7 @@ class Argument
|
||||
|
||||
case 'digit':
|
||||
$fail = ! $this->isDigit($value);
|
||||
$message = sprintf('%s accepts only digit values as argument %d.', $this->getCommandName(), $this->key + 1);
|
||||
$message = sprintf('%s accepts only integer values as argument %d.', $this->getCommandName(), $this->key + 1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user