gdbots/pbjx-php

View on GitHub
src/DependencyInjection/PbjxValidator.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace Gdbots\Pbjx\DependencyInjection;

/** Marker interface for pbjx lifecycle validate event subscribers */
interface PbjxValidator
{
}