soliantconsulting/SimpleFM

View on GitHub
test/Repository/Builder/TestAssets/EmptyProxyEntityInterface.php

Summary

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

namespace SoliantTest\SimpleFM\Repository\Builder\TestAssets;

interface EmptyProxyEntityInterface
{
}