We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21683ee + 26173a6 commit 0ede4e8Copy full SHA for 0ede4e8
src/Loop/Driver.php
@@ -4,6 +4,8 @@
4
5
/**
6
* 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)`).
9
*/
10
abstract class Driver
11
{
0 commit comments