mirror of
https://github.com/php/phd.git
synced 2026-03-24 07:02:07 +01:00
9 lines
107 B
PHP
9 lines
107 B
PHP
<?php
|
|
namespace phpdotnet\phd;
|
|
|
|
interface Options_Interface {
|
|
|
|
public function optionList(): array;
|
|
|
|
}
|