1
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Feb 10, 2025 — Feb 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implement use of new `arrayKeysToLowercase()` function. More... over 9 years ago
Abstract out the list of ini directive related functions. More... over 9 years ago
Add new utility function to lowercase top level array keys. More... over 9 years ago
Refactor the large version arrays sniffs - step 1 More... over 9 years ago
Minor message text adjustment for the `LongArrays` sniff. More... over 9 years ago
Minor other changes to the `ValidIntegers` error handling code. More... over 9 years ago
Remove the `if/else` and related $isError variable for error/warning when it effectively isn't used anyway. More... over 9 years ago
Add variable error codes to array based sniffs. More... over 9 years ago
Add new `stringToErrorCode()` utility method. More... over 9 years ago
Add simple error codes to one-dimensional sniffs. More... over 9 years ago
Implement the new `addMessage()` method to reduce code duplication. More... over 9 years ago
Remove the 'other' reserved keywords from the `ForbiddenNamesAsInvokedFunctions` sniff. More... over 9 years ago
Remove the 'other' keywords from the `ForbiddenNames` sniff. More... over 9 years ago
Improve message text and variable names for deprecated/removed sniffs. More... over 9 years ago
Various minor tidying up. More... over 9 years ago
Merge pull request #278 from jrfnl/feature/issue-275-continue-outside-loop More... over 9 years ago
Merge pull request #282 from jrfnl/7.1/nullable-types More... over 9 years ago
Merge pull request #280 from jrfnl/7.1/const-visibility More... over 9 years ago
Merge pull request #273 from jrfnl/7.1/new-functions More... over 9 years ago
Merge pull request #281 from jrfnl/7.1/multi-catch More... over 9 years ago
PHP 7.1: New sniff for nullable types. More... over 9 years ago
Adjust `getMethodParameters()` utility method to allow for and provide information on nullable types. More... over 9 years ago
PHP 7.1: New sniff for catch statements catching multiple exceptions. More... over 9 years ago
PHP 7.1: New sniff for class constant visibility indicators. More... over 9 years ago
Merge pull request #257 from jrfnl/7.1/deprecated-mcrypt-extension More... over 9 years ago
Fix visibility in use statements and improve earlier fix for function/const in use statements. More... over 9 years ago
Add new cross-PHPCS-version `inUseScope()` utility method. More... over 9 years ago
Regenerate the test case files for the ForbiddenNames sniff. More... over 9 years ago
Add unit test and test cases for valid usage of public/protected/private/function/const within `use` statements. More... over 9 years ago
Add new `ForbiddenBreakContinueOutsideLoop` sniff. More... over 9 years ago