Prowect/Utils

View on GitHub
src/ICompiler.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Drips\Utils;

interface ICompiler
{
    public static function compile($string);
}