mirror of
https://github.com/danog/psalm.git
synced 2025-01-09 22:49:31 +01:00
7 lines
64 B
PHP
7 lines
64 B
PHP
|
<?php
|
||
|
namespace Psalm\Internal\Fork;
|
||
|
|
||
|
interface ForkMessage
|
||
|
{
|
||
|
}
|