bmitch/churn-php

View on GitHub
src/Event/Event.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Churn\Event;

interface Event
{
}