Concept
This commit is contained in:
7
app/src/Concept/Parser.php
Normal file
7
app/src/Concept/Parser.php
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
namespace ProVM\Concept;
|
||||||
|
|
||||||
|
interface Parser
|
||||||
|
{
|
||||||
|
public function parse(): string;
|
||||||
|
}
|
Reference in New Issue
Block a user