bmitch/churn-php

View on GitHub
src/Event/Event/BeforeAnalysis.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Churn\Event\Event;

use Churn\Event\Event;

interface BeforeAnalysis extends Event
{
}