Current Path : /home/dev2.destoffenstraat.com-old1/vendor/react/promise/src/ |
Current File : /home/dev2.destoffenstraat.com-old1/vendor/react/promise/src/PromisorInterface.php |
<?php namespace React\Promise; interface PromisorInterface { /** * Returns the promise of the deferred. * * @return PromiseInterface */ public function promise(); }