|
public int $requestDelay = 1; |
The $requestDelay attribute is expected to support expressions, and the target needs to be a specified range of random values (including non-integer numbers).
|
public function setDelay(int $delay): self; |
The parameter type of setDelay is expected to support non-integer formats.
core/src/Spider/BasicSpider.php
Line 62 in 450ed50
The $requestDelay attribute is expected to support expressions, and the target needs to be a specified range of random values (including non-integer numbers).
core/src/Scheduling/RequestSchedulerInterface.php
Line 40 in 653347a
The parameter type of setDelay is expected to support non-integer formats.