phplrt/phplrt

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

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Phplrt\Parser\Grammar;

abstract class Production extends Rule implements ProductionInterface {}