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

11 lines
104 B
PHP
Executable File

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