mirror of
https://github.com/danog/parser.git
synced 2025-01-22 13:01:32 +01:00
7 lines
61 B
PHP
7 lines
61 B
PHP
<?php
|
|
|
|
|
|
interface foo {
|
|
public function bar(): parent;
|
|
}
|