Skip to content

Commit

Permalink
codesniffer: Enable and fix Modernize.FunctionCalls.Dirname.Nested
Browse files Browse the repository at this point in the history
…sniff (#34218)

The WordPress-Extra ruleset turns this off. Now that we've dropped PHP
5.6, we can turn it on.

Then, of course, we have to fix all the existing instances of the
problem.

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/6941880745
  • Loading branch information
anomiex authored and matticbot committed Nov 21, 2023
1 parent 31ad8d3 commit 83acc55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"require": {
"php": ">=7.0",
"automattic/jetpack-admin-ui": "^0.3.0",
"automattic/jetpack-assets": "^2.0.0",
"automattic/jetpack-connection": "^2.0.0",
"automattic/jetpack-assets": "^2.0.1-alpha",
"automattic/jetpack-connection": "^2.0.1-alpha",
"automattic/jetpack-jitm": "^3.0.0",
"automattic/jetpack-licensing": "^2.0.1-alpha",
"automattic/jetpack-plugins-installer": "^0.3.0",
Expand All @@ -17,7 +17,7 @@
},
"require-dev": {
"yoast/phpunit-polyfills": "1.1.0",
"automattic/jetpack-changelogger": "^4.0.0",
"automattic/jetpack-changelogger": "^4.0.1-alpha",
"automattic/wordbless": "@dev",
"automattic/jetpack-videopress": "^0.21.0"
},
Expand Down

0 comments on commit 83acc55

Please sign in to comment.