mirror of
https://github.com/php-flasher/php-flasher.git
synced 2026-03-31 15:07:47 +01:00
6d314dbc07
HopsStamp: - Validate hops amount must be >= 1 (positive integer) - Negative or zero hops don't make logical sense DelayStamp: - Validate delay must be >= 0 (non-negative integer) - Negative delays don't make logical sense Both now throw InvalidArgumentException for invalid values, making configuration errors fail fast with clear messages.