mirror of
https://github.com/Intervention/image.git
synced 2025-08-13 17:34:04 +02:00
changed exception message
This commit is contained in:
@@ -120,7 +120,7 @@ class Argument
|
|||||||
|
|
||||||
case 'digit':
|
case 'digit':
|
||||||
$fail = ! $this->isDigit($value);
|
$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;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user