8 lines
65 B
PHP
8 lines
65 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
interface WritableInterface
|
|
{
|
|
}
|