mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
Merge pull request #123 from async-interop/weak-types
Add note about weak type requirement
This commit is contained in:
commit
0ede4e89a4
@ -4,6 +4,8 @@ namespace Interop\Async\Loop;
|
||||
|
||||
/**
|
||||
* Event loop driver which implements all basic operations to allow interoperability.
|
||||
*
|
||||
* Registered callbacks MUST NOT be called from a file with strict types enabled (`declare(strict_types=1)`).
|
||||
*/
|
||||
abstract class Driver
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user