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

11 lines
103 B
PHP
Executable File

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