phplrt/phplrt

View on GitHub
libs/parser/src/Grammar/RuleInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Parser\Grammar;

/**
 * The base interface of all parser rules.
 */
interface RuleInterface {}