Overview of sebastian/code-unit
mainThe
sebastian/code-unit library provides a collection of value objects that represent PHP code units.repository·main·Indexed 22 days ago
https://github.com/sebastianbergmann/code-unitA collection of value objects designed to represent various PHP code units.
sebastian/code-unit library provides a collection of value objects that represent PHP code units.You can add sebastian/code-unit to your project using Composer.
To add it as a local, per-project dependency, use:
composer require sebastian/code-unitIf you only need the library during development (for example, to run a test suite), add it as a development-time dependency:
composer require --dev sebastian/code-unit