刘远航 94eefae904 vendor 4 năm trước cách đây
..
src 94eefae904 vendor 4 năm trước cách đây
tests 94eefae904 vendor 4 năm trước cách đây
.gitignore 94eefae904 vendor 4 năm trước cách đây
.php_cs 94eefae904 vendor 4 năm trước cách đây
.travis.yml 94eefae904 vendor 4 năm trước cách đây
ChangeLog.md 94eefae904 vendor 4 năm trước cách đây
LICENSE 94eefae904 vendor 4 năm trước cách đây
README.md 94eefae904 vendor 4 năm trước cách đây
build.xml 94eefae904 vendor 4 năm trước cách đây
composer.json 94eefae904 vendor 4 năm trước cách đây
phpunit.xml 94eefae904 vendor 4 năm trước cách đây

README.md

code-unit-reverse-lookup

Looks up which function or method a line of code belongs to.

Installation

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