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 07464cd commit 1cd096a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"require": {},
"require-dev": {
"automattic/jetpack-changelogger": "^4.0.0"
"automattic/jetpack-changelogger": "^4.0.1-alpha"
},
"scripts": {
"test-js": [
Expand Down

0 comments on commit 1cd096a

Please sign in to comment.