Skip to content

Commit 0ede4e8

Browse files
authored
Merge pull request #123 from async-interop/weak-types
Add note about weak type requirement
2 parents 21683ee + 26173a6 commit 0ede4e8

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)