tflori/hugga

View on GitHub
src/Input/AbstractInput.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Hugga\Input;

use Hugga\AbstractInputOutput;
use Hugga\InputInterface;

abstract class AbstractInput extends AbstractInputOutput implements InputInterface
{
}