1
0
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:
Cees-Jan Kiewiet 2016-12-29 16:41:03 +01:00 committed by GitHub
commit 0ede4e89a4

View File

@ -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
{