efureev/php-support

View on GitHub
src/ErrorCollection.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace Php\Support;

class ErrorCollection
{
}