Files
instafeed/vendor/react/socket/tests/Stub/CallableStub.php
2022-10-23 01:39:27 +02:00

11 lines
109 B
PHP
Executable File

<?php
namespace React\Tests\Socket\Stub;
class CallableStub
{
public function __invoke()
{
}
}