Mark the collections interfaces as reactive
commite9da868db06455dac1fb908c2813e1dc829e1391
authorDavid Snider <dizzy@fb.com>
Thu, 24 May 2018 17:53:38 +0000 (24 10:53 -0700)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Thu, 24 May 2018 17:58:15 +0000 (24 10:58 -0700)
tree3aed259809f5ed09d2b34f11bab0816ff9214550
parent5c8617ead4781e9f47244e2f71645ce2ccdb55b6
Mark the collections interfaces as reactive

Summary: Mark the non-final collections interfaces as reactive.

Reviewed By: KendallHopkins

Differential Revision: D8127404

fbshipit-source-id: 2e70e0f2922f45863b8af2e6d0c9de321ea9e9fa
hphp/system/php.txt
hphp/system/php/collections/collections.ns.php
hphp/system/php/lang/rx/AsyncIterator.ns.php
hphp/system/php/lang/rx/AsyncKeyedIterator.ns.php
hphp/system/php/lang/rx/Exception.php
hphp/system/php/lang/rx/Iterator.ns.php
hphp/system/php/lang/rx/IteratorAggregate.ns.php
hphp/system/php/lang/rx/KeyedIterable.ns.php
hphp/system/php/lang/rx/KeyedIterator.ns.php
hphp/system/php/lang/rx/Traversable.ns.php