Skip to content

Commit 808c529

Browse files
committed
Add note about strict types
Fixes #21.
1 parent b2bbbda commit 808c529

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+
Promise implementations MUST NOT use strict types (`declare(strict_types=1)`).
78+
7779
## Contributors
7880

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

0 commit comments

Comments
 (0)