Current Path : /var/www/alh/system/storage/vendor/react/promise/tests/fixtures/ |
Current File : /var/www/alh/system/storage/vendor/react/promise/tests/fixtures/SimpleTestCancellable.php |
<?php namespace React\Promise; class SimpleTestCancellable { public $cancelCalled = false; public function cancel() { $this->cancelCalled = true; } }