-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the ability to set the max depth from the composer.json file (#46)
* Adds the ability to set the max depth from the composer.json file Fixes #45 * 📚 Adds method descriptions to code docs * 🚜 Tweaks getMinDepth * 🚜 Reduces amount of logic * 🚜 Change error message const name for consistency * 📚 Adds documentation for search depth customization * 🚜 Renames extra option to phpcodesniffer-search-depth * 🚑 Fixes default search depth (which was actually 3, not 4) * 🚑 Corrected PHP doc return type
- Loading branch information
Showing
2 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters