nadar/php-composer-reader

View on GitHub
src/Interfaces/SectionInstanceInterface.php

Summary

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

namespace Nadar\PhpComposerReader\Interfaces;

/**
 * A section instance interface.
 *
 * The section instance interface represents a single item of a given section, for example:
 *
 * + a require entry
 * + an auto load entry
 *
 * @author Basil Suter <basil@nadar.io>
 * @since 1.4.0
 */
interface SectionInstanceInterface
{
}