We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21683ee commit 26173a6Copy full SHA for 26173a6
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