phug-php/phug

View on GitHub
src/Phug/Lexer/Lexer/ScannerInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Phug\Lexer;

interface ScannerInterface
{
    public function scan(State $state);
}