Skip to content

Commit

Permalink
Merge pull request #123 from async-interop/weak-types
Browse files Browse the repository at this point in the history
Add note about weak type requirement
  • Loading branch information
WyriHaximus authored Dec 29, 2016
2 parents 21683ee + 26173a6 commit 0ede4e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Loop/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

/**
* 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
{
Expand Down

0 comments on commit 0ede4e8

Please sign in to comment.