Path : /proc/3157941/cwd/usr/share/php/React/Promise/ |
Current File : //proc/3157941/cwd/usr/share/php/React/Promise/PromisorInterface.php |
<?php namespace React\Promise; interface PromisorInterface { /** * @return PromiseInterface */ public function promise(); }