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

11 lines
107 B
PHP
Executable File

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