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

11 lines
101 B
PHP
Executable File

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