first commit
This commit is contained in:
10
modules/psaddonsconnect/vendor/react/promise/tests/Stub/CallableStub.php
vendored
Normal file
10
modules/psaddonsconnect/vendor/react/promise/tests/Stub/CallableStub.php
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace React\Promise\Stub;
|
||||
|
||||
class CallableStub
|
||||
{
|
||||
public function __invoke()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user