wesmiler a41138daae wesmiler 1 year ago
..
.github a41138daae wesmiler 1 year ago
.phive a41138daae wesmiler 1 year ago
.psalm a41138daae wesmiler 1 year ago
src a41138daae wesmiler 1 year ago
tests a41138daae wesmiler 1 year ago
tools a41138daae wesmiler 1 year ago
.gitattributes a41138daae wesmiler 1 year ago
.gitignore a41138daae wesmiler 1 year ago
.php_cs.dist a41138daae wesmiler 1 year ago
ChangeLog.md a41138daae wesmiler 1 year ago
LICENSE a41138daae wesmiler 1 year ago
README.md a41138daae wesmiler 1 year ago
build.xml a41138daae wesmiler 1 year ago
composer.json a41138daae wesmiler 1 year ago
infection.json a41138daae wesmiler 1 year ago
phpunit.xml a41138daae wesmiler 1 year ago

README.md

sebastian/code-unit

Collection of value objects that represent the PHP code units.

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/code-unit

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/code-unit