Popular repositories
-
-
-
-
Forked from sirbrillig/phpcs-changed
🐘 Run phpcs on files and only report new warnings/errors compared to the previous version.PHP
-
Forked from Automattic/jetpack
Security, performance, marketing, and design tools — Jetpack is made by the WordPress experts to make WP sites safer and faster, and help you grow your traffic.
PHP
-
1,661 contributions in the last year
Contribution activity
August 2021
Created 7 commits in 2 repositories
Created a pull request in Automattic/jetpack that received 2 comments
Reviews: allow teams to approve changes to monorepo's lock file
Changes proposed in this Pull Request: Follows up #20604, which tried to do this but didn't do so correctly. Jetpack product discussion See #20604. …
Opened 2 other pull requests in 1 repository
Automattic/jetpack
1
merged
1
open
Reviewed 8 pull requests in 1 repository
Automattic/jetpack
8 pull requests
- Update Jetpack to webpack 5
- Update intra-monorepo deps when bumping package version
-
Move
@composer update
fromphpunit
totest-php
command - Add support for specifying individual users as required reviewers
- Add -a option for auto suffixing changelog entries created by tools/check-intra-monorepo-deps.sh
- Retry changelog filename with suffixes if exists
-
Add
jetpack draft
command -
Remove
@composer update
from package test preconditions
Created an issue in antecedent/patchwork that received 1 comment
Incorrect arguments when redefining variadic functions
Since 2.1.13, when redefining a variadic function the arguments passed to the callable do not match those passed in the original call.
Test case:
<…