Skip to content

Commit 8374bc4

Browse files
anomiexmatticbot
authored andcommitted
Fix Generic.Strings.UnnecessaryHeredoc sniff (#45876)
Being added in WPCS 3.2. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/19300503272 Upstream-Ref: Automattic/jetpack@14f37f9
1 parent afa79b1 commit 8374bc4

48 files changed

Lines changed: 189 additions & 184 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-autoloader": "^5.0.12",
7+
"automattic/jetpack-autoloader": "^5.0.13-alpha",
88
"automattic/jetpack-composer-plugin": "^4.0.5",
99
"automattic/jetpack-config": "^3.1.1",
1010
"automattic/jetpack-connection": "^6.19.5-alpha",
1111
"automattic/jetpack-my-jetpack": "^5.28.1",
12-
"automattic/jetpack-search": "^0.54.1",
12+
"automattic/jetpack-search": "^0.54.2-alpha",
1313
"automattic/jetpack-stats": "^0.17.5-alpha",
1414
"automattic/jetpack-status": "^6.1.1",
1515
"automattic/jetpack-sync": "^4.22.4"
1616
},
1717
"require-dev": {
18-
"automattic/jetpack-changelogger": "^6.0.8",
18+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1919
"automattic/phpunit-select-config": "^1.0.3",
2020
"yoast/phpunit-polyfills": "^4.0.0"
2121
},

jetpack_vendor/automattic/jetpack-a8c-mc-stats/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.8",
11+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {

jetpack_vendor/automattic/jetpack-admin-ui/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.8",
11+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1212
"automattic/jetpack-logo": "^3.0.5",
1313
"automattic/jetpack-test-environment": "@dev",
1414
"automattic/phpunit-select-config": "^1.0.3"

jetpack_vendor/automattic/jetpack-assets/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require-dev": {
1212
"brain/monkey": "^2.6.2",
1313
"yoast/phpunit-polyfills": "^4.0.0",
14-
"automattic/jetpack-changelogger": "^6.0.8",
14+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1515
"wikimedia/testing-access-wrapper": "^1.0 || ^2.0 || ^3.0",
1616
"automattic/phpunit-select-config": "^1.0.3"
1717
},

jetpack_vendor/automattic/jetpack-boost-core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"require-dev": {
1111
"yoast/phpunit-polyfills": "^4.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.8",
12+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1313
"automattic/phpunit-select-config": "^1.0.3"
1414
},
1515
"autoload": {

jetpack_vendor/automattic/jetpack-boost-speed-score/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "GPL-2.0-or-later",
66
"require-dev": {
77
"yoast/phpunit-polyfills": "^4.0.0",
8-
"automattic/jetpack-changelogger": "^6.0.8",
8+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
99
"brain/monkey": "^2.6",
1010
"automattic/phpunit-select-config": "^1.0.3"
1111
},

jetpack_vendor/automattic/jetpack-config/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"php": ">=7.2"
88
},
99
"require-dev": {
10-
"automattic/jetpack-changelogger": "^6.0.8",
10+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1111
"automattic/jetpack-connection": "@dev",
1212
"automattic/jetpack-import": "@dev",
1313
"automattic/jetpack-jitm": "@dev",

jetpack_vendor/automattic/jetpack-connection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"automattic/jetpack-test-environment": "@dev",
1818
"yoast/phpunit-polyfills": "^4.0.0",
1919
"brain/monkey": "^2.6.2",
20-
"automattic/jetpack-changelogger": "^6.0.8",
20+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
2121
"automattic/phpunit-select-config": "^1.0.3"
2222
},
2323
"suggest": {

jetpack_vendor/automattic/jetpack-constants/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"require-dev": {
1010
"brain/monkey": "^2.6.2",
1111
"yoast/phpunit-polyfills": "^4.0.0",
12-
"automattic/jetpack-changelogger": "^6.0.8",
12+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1313
"automattic/phpunit-select-config": "^1.0.3"
1414
},
1515
"suggest": {

jetpack_vendor/automattic/jetpack-device-detection/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",
11-
"automattic/jetpack-changelogger": "^6.0.8",
11+
"automattic/jetpack-changelogger": "^6.0.9-alpha",
1212
"automattic/phpunit-select-config": "^1.0.3"
1313
},
1414
"suggest": {

0 commit comments

Comments
 (0)