-
Advies en zo
- Amsterdam, The Netherlands
- http://adviesenzo.nl/
- @[email protected]
Sponsors
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
4,345 contributions in the last year
Skip to contributions year listDay of Week | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
July 2025
Created 188 commits in 7 repositories
Created a pull request in PHPCSStandards/PHP_CodeSniffer-documentation that received 6 comments
4.0 | Wiki: updates for change of the default standard from PEAR to PSR12
Description Update the docs for change PHPCSStandards/PHP_CodeSniffer#1000 Includes automating various output example blocks via the automated repl…
Opened 94 other pull requests in 7 repositories
PHPCSStandards/PHP_CodeSniffer-documentation
22
merged
9
open
-
GH Actions/publish-wiki: use PAT for commenting on PRs
This contribution was made on Jul 17
-
GH Actions/publish-wiki: update path selection
This contribution was made on Jul 17
-
GH Actions: automate some issue/PR label management
This contribution was made on Jul 15
-
4.0 | Wiki/Upgrade guides: remove warning about 4.0 not having been released + update branch rename info
This contribution was made on Jul 15
-
4.0 | Wiki: update for removal of CSS/JS support in sniffs
This contribution was made on Jul 15
-
4.0 | Wiki/Advanced Usage: update for change in PHP open tag tokenization
This contribution was made on Jul 15
-
4.0 | Wiki/Annotated-Ruleset: update information about deprecated/removed array property syntax
This contribution was made on Jul 15
-
4.0 | Wiki/FAQ: remove text about warning for parse errors
This contribution was made on Jul 15
-
4.0 | Wiki/Customisable Properties: update for removed properties
This contribution was made on Jul 15
-
4.0 | Wiki: update for removed sniffs running external tooling
This contribution was made on Jul 15
-
4.0 | Wiki/Advanced Usage: update information about deprecated/removed ignore annotations
This contribution was made on Jul 15
-
4.0 | Wiki/Requirements: minimum PHP version is now 7.2.0
This contribution was made on Jul 15
-
Wiki/User Upgrade Guide: add some extra links
This contribution was made on Jul 15
-
Wiki/Reporting: update example output for
gitblame
reportsThis contribution was made on Jul 15 -
Wiki/Tutorial: update example output for the sniff
This contribution was made on Jul 15
-
Wiki/Fixing-errors: update example output from
phpcbf
This contribution was made on Jul 15 -
Add CONTRIBUTING guide
This contribution was made on Jul 15
-
GH Actions: add automation for generating output examples for the wiki
This contribution was made on Jul 15
-
GH Actions: add basic QA workflow
This contribution was made on Jul 15
-
Wiki: improve readability for the 4.0 upgrade guides
This contribution was made on Jul 15
-
Wiki: always have filenames in backticks
This contribution was made on Jul 15
-
Wiki/Reporting: improve report display
This contribution was made on Jul 14
-
Wiki/Advanced-Usage: update example output from
--config-show
This contribution was made on Jul 14 -
Wiki/Usage: update paths in commands
This contribution was made on Jul 14
-
Wiki: various grammar and spelling fixes
This contribution was made on Jul 14
- Some pull requests not shown.
PHPCompatibility/PHPCompatibility
19
open
4
merged
-
Classes/NewReadonlyProperties: fix copy/pasta in test file
This contribution was made on Jul 11
-
GH Actions: add workflow to label PRs which are in a conflict state
This contribution was made on Jul 11
-
Various sniffs: reduce the use of the PHPCSUtils BCTokens class
This contribution was made on Jul 11
-
Allow for running the tests on PHPUnit 11
This contribution was made on Jul 11
-
Docs: various minor updates
This contribution was made on Jul 10
-
PHP 8.0 | AbstractInitialValueSniff: minor tweak for improved ignoring of
static
as return typeThis contribution was made on Jul 10 -
NewNewInInitializers: improve performance
This contribution was made on Jul 10
-
PHP 8.0 | FunctionDeclarations/NonStaticMagicMethods: flag incorrect modifiers for __wakeup()
This contribution was made on Jul 10
-
Tests: fix unintentional parse/compile errors in various test case files
This contribution was made on Jul 9
-
Classes/NewTypedProperties: test against "no error" for more cases
This contribution was made on Jul 9
-
Various sniffs: prefer using token constants instead of token names
This contribution was made on Jul 9
-
PHP 8.3 | Add tests with readonly anonymous classes to a few sniffs
This contribution was made on Jul 8
-
FunctionDeclarations/NewParamTypeDeclarations: minor test improvement
This contribution was made on Jul 8
-
PHP 8.4 | ✨ New
PHPCompatibility.Classes.NewFinalProperties
sniff (RFC)This contribution was made on Jul 6 -
PHP 8.4 | ✨ New
PHPCompatibility.Interfaces.NewPropertiesInInterfaces
sniff (RFC)This contribution was made on Jul 6 -
Keywords/NewKeywords: minor code simplification
This contribution was made on Jul 6
-
Generators/NewYieldFromComment: simplify the code
This contribution was made on Jul 6
-
Upgrade/LowPHP: simplify skipping the rest of the file
This contribution was made on Jul 6
-
NewLanguageConstructs: improve error messages
This contribution was made on Jul 6
-
PHP 8.4 | Detect use of asymmetric visibility
This contribution was made on Jul 5
-
✨ PHP 8.3 | New
PHPCompatibility.Classes.NewTypedConstants
sniffThis contribution was made on Jul 5 -
PHP 8.4 | Handle "Exit as function call" in various sniffs
This contribution was made on Jul 5
-
Composer: raise the minimum supported PHPCS + PHPCSUtils versions + fix test failures
This contribution was made on Jul 5
Automattic/VIP-Coding-Standards
1
open
20
merged
-
Classes/DeclarationCompatibility: various sniff improvements
This contribution was made on Jul 25
-
Composer: raise the minimum supported versions of all CS dependencies
This contribution was made on Jul 25
-
Classes/RestrictedExtendClasses: various minor improvements
This contribution was made on Jul 23
-
Performance/FetchingRemoteData: various sniff improvements
This contribution was made on Jul 22
-
Functions/StripTags: various sniff improvements
This contribution was made on Jul 22
-
Performance/LowExpiryCacheTime: various sniff improvements
This contribution was made on Jul 21
-
Hooks/RestrictedHooks: various sniff improvements
This contribution was made on Jul 21
-
Constants/ConstantString: various sniff improvements
This contribution was made on Jul 21
-
Variables/ServerVariables: various sniff improvements
This contribution was made on Jul 21
-
Security/PHPFilterFunctions: change condition
This contribution was made on Jul 18
-
Security/StaticStrreplace: various sniff improvements
This contribution was made on Jul 18
-
Security/PHPFilterFunctions: various sniff improvements
This contribution was made on Jul 18
-
PHPCS ruleset: fix PHPCompatibility exclusions
This contribution was made on Jul 18
-
Docs: remove
@since
tags which are related to WPCSThis contribution was made on Jul 17 -
Fix license info and standardize file docblocks
This contribution was made on Jul 17
-
Security/Mustache: sniff improvements
This contribution was made on Jul 16
-
Security/Twig: sniff improvements
This contribution was made on Jul 16
-
Fix dangerous use of value of token constants
This contribution was made on Jul 16
-
Hard-deprecate all JS specific sniffs
This contribution was made on Jul 14
-
AlwaysReturnInFilterUnitTest: remove PHPCS version toggle
This contribution was made on Jul 14
-
Composer: bump PHP Parallel Lint
This contribution was made on Jul 14
WordPress/WordPress-Coding-Standards
2
open
8
merged
-
Use PHPCSUtils 1.1.0 features
This contribution was made on Jul 25
-
NamingConventions/ValidPostTypeSlug: check token via code, not type
This contribution was made on Jul 25
-
VariableHelper::is_assignment(): fix parameter description
This contribution was made on Jul 22
-
Release WordPressCS 3.2.0
This contribution was made on Jul 22
-
Changelog for the release of WordPressCS 3.2.0
This contribution was made on Jul 22
-
CHANGELOG: fix indentation
This contribution was made on Jul 22
-
Update the
minimum_wp_version
to WP 6.5This contribution was made on Jul 21 -
Docs: improve type specificity
This contribution was made on Jul 17
-
AbstractFunctionParameterSniff: don't ignore first class callables
This contribution was made on Jul 17
-
GH Actions/quicktest: fix failing build when contributors update their fork
This contribution was made on Jul 16
PHPCSStandards/PHP_CodeSniffer
4
merged
-
Pull request template: add reminder to update wiki documentation
This contribution was made on Jul 15
-
GH Actions/verify release: auto-trigger Wiki update on new release
This contribution was made on Jul 15
-
PSR2/SwitchDeclaration: make "wrong opener" fixable if opener is a semi-colon
This contribution was made on Jul 7
-
PHP 8.4 | Tokenizer/PHP: allow for anon class dereferencing
This contribution was made on Jul 7
PHPCSStandards/composer-installer
3
merged
-
Tests: fix two missing import
use
statementsThis contribution was made on Jul 9 -
Changelog for the 1.1.2 release
This contribution was made on Jul 9
-
Fix fatal error when Composer EventDispatcher called programmatically
This contribution was made on Jul 9
PHPCSStandards/PHPCSUtils
2
merged
-
UtilityMethodTestCase: use LocalFile instead of DummyFile
This contribution was made on Jul 16
-
ObjectDeclarations::analyzeOOStructure(): add test with multi-property declaration
This contribution was made on Jul 12
Reviewed 19 pull requests in 6 repositories
WordPress/WordPress-Coding-Standards
11 pull requests
-
PHP 8.4 asymmetric visibility properties: add tests to four sniffs
This contribution was made on Jul 25
-
Security/EscapeOutput: fix false negatives when handling anonymous classes
This contribution was made on Jul 22
-
Update 4 letters for min prefix length
This contribution was made on Jul 22
-
AbstractFunctionParameterSniff: don't ignore first class callables
This contribution was made on Jul 21
-
PHP 8.3 typed class constants: add tests to two sniffs
This contribution was made on Jul 19
-
PHP 8.3 readonly anonymous classes: add tests to two sniffs
This contribution was made on Jul 18
-
AbstractClassRestrictions: improve how anonymous classes are handled
This contribution was made on Jul 18
-
Tests: remove unnecessary trailing spaces from the test files
This contribution was made on Jul 18
-
Update parameter description for
$stackPtr
inConstantsHelper::is_use_of_global_constant()
This contribution was made on Jul 15 -
Fix the class description for ConstantsHelper and ListHelper
This contribution was made on Jul 14
-
✨ New WordPress.WP.OptionAutoload sniff
This contribution was made on Jul 4
PHPCSStandards/PHP_CodeSniffer
4 pull requests
-
Make the PHAR "website" a little more fancy
This contribution was made on Jul 7
-
Generic/Syntax: add support for inspecting code passed via STDIN
This contribution was made on Jul 4
-
Files/FileList: adding the same file twice should not increment
FileList::$numFiles
This contribution was made on Jul 4 -
PEAR/ObjectOperatorIndent: improve end of statement detection when getting the next object operator
This contribution was made on Jul 2
PHPCSStandards/PHP_CodeSniffer-documentation
1 pull request
-
Enhance command replacer
This contribution was made on Jul 19
Automattic/VIP-Coding-Standards
1 pull request
-
Security/PHPFilterFunctions: various sniff improvements
This contribution was made on Jul 18
PHPCSStandards/PHPCSDevTools
1 pull request
-
Refactor FeatureComplete code for formatting help text
This contribution was made on Jul 7
PHPCompatibility/PHPCompatibility
1 pull request
-
Update url to HTTPS
This contribution was made on Jul 4
Created an issue in sebastianbergmann/phpunit-website that received 7 comments
phar.phpunit.de
does not offer files as download
Just tried to download the latest PHAR files via the https://phpunit.de/getting-started/phpunit-11.html and https://phpunit.de/getting-started/phpu…
Opened 11 other issues in 6 repositories
PHPCSStandards/PHP_CodeSniffer-documentation
4
open
-
GH Actions: auto-comment on PR does not work for PRs coming from forks
This contribution was made on Jul 19
-
Command Replacer: explore injecting defaults for a number of CLI options and potentially rewriting the script in PHP
This contribution was made on Jul 19
-
Security hardening of the Wiki command replacer script
This contribution was made on Jul 15
-
GH Actions/publish-wiki: fix concurrency
This contribution was made on Jul 14
PHPCSStandards/PHPCSUtils
3
open
-
ObjectDeclarations::getDeclaredConstants(): mult-declarations are not handled correctly
This contribution was made on Jul 12
-
[FR] ObjectDeclarations: add
getTraitImportUse()
methodThis contribution was made on Jul 12 -
FunctionDeclarations::getProperties(): add new "return_by_reference" index key
This contribution was made on Jul 8
Automattic/VIP-Coding-Standards
1
open
-
4.0 | Remove previously deprecated code
This contribution was made on Jul 19
madewithlove/semver
1
open
-
Changelog link in footer 404s
This contribution was made on Jul 12
composer/composer
1
closed
-
PHP 8.5 | Fatal error on installing from artifact in CI
This contribution was made on Jul 9
Andrew-Chen-Wang/github-wiki-action
1
closed
-
Missing
v5
branchThis contribution was made on Jul 1