Skip to content

Commit f0e16e4

Browse files
committed
Remove outdated strict_types statement
1 parent b2d2448 commit f0e16e4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/EventLoop/Internal/AbstractDriver.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* Callbacks (enabled or new callbacks) MUST immediately be marked as enabled, but only be activated (i.e. callbacks can
1818
* be called) right before the next tick. Callbacks MUST NOT be called in the tick they were enabled.
1919
*
20-
* All registered callbacks MUST NOT be called from a file with strict types enabled (`declare(strict_types=1)`).
21-
*
2220
* @internal
2321
*/
2422
abstract class AbstractDriver implements Driver

0 commit comments

Comments
 (0)