mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 17:58:41 +00:00
fix exception typo
This commit is contained in:
parent
71100a4634
commit
d2e553643b
|
|
@ -114,7 +114,7 @@ final class Permutation
|
|||
$length = \is_array($toPermute) ? \count($toPermute) : \strlen($toPermute);
|
||||
|
||||
if (\count($key) > $length) {
|
||||
throw new \OutOfBoundsException('There mustn not be more keys than permutation elements.');
|
||||
throw new \OutOfBoundsException('There must not be more keys than permutation elements.');
|
||||
}
|
||||
|
||||
$i = 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user