Skip to content

Commit 26173a6

Browse files
committed
Add note about weak type requirement
1 parent 21683ee commit 26173a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Loop/Driver.php

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
/**
66
* Event loop driver which implements all basic operations to allow interoperability.
7+
*
8+
* Registered callbacks MUST NOT be called from a file with strict types enabled (`declare(strict_types=1)`).
79
*/
810
abstract class Driver
911
{

0 commit comments

Comments
 (0)