We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d2448 commit f0e16e4Copy full SHA for f0e16e4
src/EventLoop/Internal/AbstractDriver.php
@@ -17,8 +17,6 @@
17
* Callbacks (enabled or new callbacks) MUST immediately be marked as enabled, but only be activated (i.e. callbacks can
18
* be called) right before the next tick. Callbacks MUST NOT be called in the tick they were enabled.
19
*
20
- * All registered callbacks MUST NOT be called from a file with strict types enabled (`declare(strict_types=1)`).
21
- *
22
* @internal
23
*/
24
abstract class AbstractDriver implements Driver
0 commit comments