Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
BackusNaurFormGrammar.php 176 B
<?php

declare(strict_types=1);

namespace Distantmagic\Resonance;

abstract readonly class BackusNaurFormGrammar
{
    abstract public function getGrammarContent(): string;
}