Yannick Guern 3c45fcac29 set permission on code | hace 7 años | |
---|---|---|
.. | ||
src | hace 7 años | |
tests | hace 7 años | |
.gitignore | hace 7 años | |
.php_cs | hace 7 años | |
.travis.yml | hace 7 años | |
ChangeLog.md | hace 7 años | |
LICENSE | hace 7 años | |
README.md | hace 7 años | |
build.xml | hace 7 años | |
composer.json | hace 7 años | |
phpunit.xml | hace 7 años |
Looks up which function or method a line of code belongs to.
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/code-unit-reverse-lookup
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-reverse-lookup