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