mirror of
https://github.com/danog/parallel.git
synced 2025-01-09 06:08:16 +01:00
8 lines
104 B
PHP
8 lines
104 B
PHP
|
<?php
|
||
|
namespace Icicle\Tests\Concurrent\Stub;
|
||
|
|
||
|
class CallbackStub
|
||
|
{
|
||
|
public function __invoke() {}
|
||
|
}
|