Files
php-flasher/tests/Prime
Younes ENNAJI ad5c0f56dd fix: validate limit criteria must be positive integer
Previously, negative limits caused array_slice() to return unexpected
results (all except last N elements) and zero returned an empty array
without clear intent.

Now throws InvalidArgumentException for values < 1, making invalid
configurations fail fast with a clear error message.
2026-03-01 20:06:53 +00:00
..
2024-09-19 06:42:10 +01:00
2024-04-09 07:57:01 +00:00
2024-04-09 07:57:01 +00:00
2026-02-25 19:31:21 +00:00