diff options
Diffstat (limited to 'assets/php/vendor/react/promise/tests/Stub/CallableStub.php')
-rwxr-xr-x | assets/php/vendor/react/promise/tests/Stub/CallableStub.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/assets/php/vendor/react/promise/tests/Stub/CallableStub.php b/assets/php/vendor/react/promise/tests/Stub/CallableStub.php deleted file mode 100755 index 0120893..0000000 --- a/assets/php/vendor/react/promise/tests/Stub/CallableStub.php +++ /dev/null @@ -1,10 +0,0 @@ -<?php - -namespace React\Promise\Stub; - -class CallableStub -{ - public function __invoke() - { - } -} |