1
0
mirror of https://github.com/danog/amp.git synced 2024-12-11 17:09:40 +01:00
amp/test/CallbackStub.php

9 lines
107 B
PHP
Raw Normal View History

2022-12-16 23:23:48 +01:00
<?php declare(strict_types=1);
namespace Amp;
interface CallbackStub
{
public function __invoke();
}