EVOLUTION-NINJA
Edit File: PromisorInterface.php
<?php namespace RectorPrefix20211231\React\Promise; interface PromisorInterface { /** * Returns the promise of the deferred. * * @return PromiseInterface */ public function promise(); }