1
0
mirror of https://github.com/danog/amp.git synced 2024-12-03 18:07:57 +01:00
amp/test/CallbackStub.php
2022-12-16 16:23:48 -06:00

9 lines
107 B
PHP

<?php declare(strict_types=1);
namespace Amp;
interface CallbackStub
{
public function __invoke();
}