Pinned Loading
-
PHPCSStandards/PHP_CodeSniffer
PHPCSStandards/PHP_CodeSniffer PublicPHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
-
PHP-cheat-sheet-extended
PHP-cheat-sheet-extended PublicExtended version of the Blueshoes PHP cheat sheet for variable type juggling
-
PHPCompatibility/PHPCompatibility
PHPCompatibility/PHPCompatibility PublicPHP Compatibility check for PHP_CodeSniffer
-
PHPCSStandards/PHPCSUtils
PHPCSStandards/PHPCSUtils PublicA suite of utility functions for use with PHP_CodeSniffer
-
PHPCSStandards/PHPCSExtra
PHPCSStandards/PHPCSExtra PublicA collection of code standards for use with PHP_CodeSniffer
-
WordPress/WordPress-Coding-Standards
WordPress/WordPress-Coding-Standards PublicPHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
3,404 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
April 2025
Created 107 commits in 3 repositories
Created a pull request in PHPCSStandards/composer-installer that received 3 comments
Plugin: use Composer API 2.x methods
Proposed Changes
Modernize: use InstalledVersions::isInstalled()
The Composer runtime-api 2.0 introduced the \Composer\InstalledVersions::isInstall…
Opened 98 other pull requests in 2 repositories
PHPCSStandards/PHP_CodeSniffer
93
merged
3
open
-
Tokens: fix last use of property vs constant
This contribution was made on Apr 18
-
✨ New Generic.WhiteSpace.GotoTargetSpacing sniff
This contribution was made on Apr 17
-
Ruleset: allow for extending pre-existing array values
This contribution was made on Apr 17
-
Config: show user friendly error message when ini change failed
This contribution was made on Apr 17
-
Runner: error message if no files were checked during a run
This contribution was made on Apr 17
-
Filter: files without extension are no longer ignored if the path is passed in directly
This contribution was made on Apr 17
-
Tokens: introduce class constants to replace the static properties and start using them
This contribution was made on Apr 17
-
Tokenizer/PHP: namespaced names as single token, mirroring PHP 8.0+
This contribution was made on Apr 17
-
Tokenizer/Comment: add docblock open + close ptr to all docblock tokens
This contribution was made on Apr 17
-
Tokenizer/PHP: fix context sensitive keywords as goto labels
This contribution was made on Apr 17
-
Tokenizer/PHP: goto label check - minor tweak
This contribution was made on Apr 17
-
Tokenizer/PHP:
T_GOTO_LABEL
no longer contains colonThis contribution was made on Apr 15 -
Tokenizer/PHP: change tokenization of long PHP open tags
This contribution was made on Apr 15
-
Tokenizer: isset/unset/empty/eval/exit/die now contain parenthesis information
This contribution was made on Apr 15
-
Tokenizer: T_USE tokens for closure use now contain parenthesis information
This contribution was made on Apr 15
-
Tokenizer::createTokenMap(): stabilize code for parenthesis owners
This contribution was made on Apr 15
-
Always display timing after run, except when in quiet mode
This contribution was made on Apr 15
-
(Nearly) All status, debug, and progress output is now sent to STDERR instead of STDOUT
This contribution was made on Apr 15
-
Squiz/Heredoc: make sniff more modular
This contribution was made on Apr 15
-
Squiz/ValidClassName: changed error code to correct describe what is being checked
This contribution was made on Apr 15
-
File::getDeclarationName(): stop accepting tokens for non-named structures
This contribution was made on Apr 15
-
Ruleset: improve type handling of user-set properties
This contribution was made on Apr 15
-
Ruleset: (CLI)
<arg>
settings in higher level ruleset(s) overrule args set in included ruleset(s)This contribution was made on Apr 15 -
Ruleset: document ini overruling behaviour via tests
This contribution was made on Apr 15
-
Ruleset: configs in higher level ruleset(s) overrule configs set in included ruleset(s)
This contribution was made on Apr 15
- Some pull requests not shown.
PHPCSStandards/composer-installer
2
merged
-
Tests: allow for tests to use root package
This contribution was made on Apr 2
-
Tests/PHPCSVersions: update for new PHPCS releases
This contribution was made on Apr 2
Reviewed 14 pull requests in 1 repository
PHPCSStandards/PHP_CodeSniffer
14 pull requests
-
(Nearly) All status, debug, and progress output is now sent to STDERR instead of STDOUT
This contribution was made on Apr 17
-
Tests: allow for PHPUnit 10 and 11
This contribution was made on Apr 15
-
Ruleset: remove support for sniffs not following the naming conventions
This contribution was made on Apr 14
-
Generators: show deprecation notice for deprecated methods
This contribution was made on Apr 13
-
Generic/OpeningFunctionBraceBsdAllman: improve XML documentation
This contribution was made on Apr 13
-
Generic/LanguageConstructSpacing: fix syntax errors in the XML doc code examples
This contribution was made on Apr 11
-
PHP 8.4 | PSR2/PropertyDeclaration: add support for final properties
This contribution was made on Apr 9
-
PHP 8.4 | Squiz/VariableComment: add support for final properties
This contribution was made on Apr 9
-
Squiz/FunctionComment: support DNF types
This contribution was made on Apr 9
-
Squiz/FunctionSpacing: fix regression - only look at first docblock
This contribution was made on Apr 9
-
Generic/OpeningFunctionBraceKernighanRitchie: improve XML documentation
This contribution was made on Apr 9
-
Tests/Tokenizer: use markers for the
testSwitchDefault()
testThis contribution was made on Apr 7 -
Generic/FunctionCallArgumentSpacing: improve XML documentation
This contribution was made on Apr 3
-
Generic/UselessOverridingMethod: improve XML documentation
This contribution was made on Apr 2
Created an issue in PHPCSStandards/PHP_CodeSniffer that received 14 comments
PHPCS 4.0: Open invitation to join live stream April 14, 15, 17 and 18, 2025
As previously announced in #120, to have confidence in the PHPCS 4.0 release, I have been working behind the scenes to recreate the 4.0 branch as a…
Opened 6 other issues in 2 repositories
PHPCSStandards/PHP_CodeSniffer
4
open
-
Add new
--debug=...
CLI optionThis contribution was made on Apr 18 -
5.0 | Remove the properties in the Tokens class
This contribution was made on Apr 18
-
4.x-last | Hard deprecate use of the properties in the Tokens class
This contribution was made on Apr 18
-
Investigate use of
PHP_CODESNIFFER_IN_TESTS
in src codeThis contribution was made on Apr 13
lemurheavy/coveralls-public
1
closed
1
open
-
Severe delays for jobs reporting back
This contribution was made on Apr 7
-
404 when clicking on "pending completion"
This contribution was made on Apr 7
Started 2 discussions in 1 repository
PHPCSStandards/PHP_CodeSniffer
-
3.12.2 - 2025-04-13
This contribution was made on Apr 13
-
3.12.1 - 2025-04-04
This contribution was made on Apr 4