phplrt/phplrt

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Parser\Grammar;

abstract class Rule implements RuleInterface {}