Skip to content

Commit 587a63e

Browse files
authored
Merge pull request #27 from async-interop/weak-types
Add note about strict types
2 parents b2bbbda + f4de17c commit 587a63e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ Any implementation MUST at least provide these two parameters. The implementatio
7474
7575
All registered callbacks MUST be executed in the order they were registered. If one of the callbacks throws an `Exception` or `Throwable`, it MUST be forwarded to `Async\Interop\Promise\ErrorHandler::notify`. The `Promise` implementation MUST then continue to call the remaining callbacks with the original parameters.
7676

77+
Registered callbacks MUST NOT be called from a file with strict types enabled (`declare(strict_types=1)`).
78+
7779
## Contributors
7880

7981
* [Aaron Piotrowski](https://github.com/trowski)

0 commit comments

Comments
 (0)