1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-04 02:27:55 +01:00
parallel/tests/Stub/CallbackStub.php
Aaron Piotrowski 4146c3fc09 Initial commit
2015-07-10 15:15:42 -05:00

8 lines
104 B
PHP

<?php
namespace Icicle\Tests\Concurrent\Stub;
class CallbackStub
{
public function __invoke() {}
}