Quickly review changed functions in your PHP pull requests

The file finder makes it easy to review pull requests and understand how changes impact your code. Now PHP developers can navigate to changed methods and functions right in their…

| 1 minutes

The file finder makes it easy to review pull requests and understand how changes impact your code. Now PHP developers can navigate to changed methods and functions right in their pull requests, too.

php-changed-functions

Searching the file finder for the term function or the name of a changed function in a PHP file will provide you with a filtered view of the results, so you can easily identify and view the most impactful parts of a pull request. Check out the documentation to learn more.

We hope this helps make the review process for the PHP community more efficient. Let us know if you have any feedback using our help form!

Written by

Related posts