Skip to content

Commit 16b07c2

Browse files
chihsuanmatticbot
authored andcommitted
Fix PHPUnit "Data set x has more arguments " warnings (#43815)
* Resolved PHPUnit warnings across multiple packages * changelog * Update projects/packages/waf/.phan/baseline.php Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/15486868631 Upstream-Ref: Automattic/jetpack@1b94aa0
1 parent fe7b323 commit 16b07c2

File tree

5 files changed

+20
-12
lines changed

5 files changed

+20
-12
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"type": "wordpress-plugin",
55
"license": "GPL-2.0-or-later",
66
"require": {
7-
"automattic/jetpack-device-detection": "^3.0.6"
7+
"automattic/jetpack-device-detection": "^3.0.7-alpha"
88
},
99
"require-dev": {
1010
"yoast/phpunit-polyfills": "^4.0.0",

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/automattic/jetpack-device-detection/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.7-alpha] - unreleased
9+
10+
This is an alpha version! The changes listed here are not final.
11+
12+
### Fixed
13+
- Resolve PHPUnit "has more arguments..." warnings
14+
815
## [3.0.6] - 2025-04-28
916
### Changed
1017
- Internal updates.
@@ -236,6 +243,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
236243

237244
- Moving jetpack_is_mobile into a package
238245

246+
[3.0.7-alpha]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.6...v3.0.7-alpha
239247
[3.0.6]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.5...v3.0.6
240248
[3.0.5]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.4...v3.0.5
241249
[3.0.4]: https://github.com/Automattic/jetpack-device-detection/compare/v3.0.3...v3.0.4

vendor/composer/installed.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"packages": [
33
{
44
"name": "automattic/jetpack-device-detection",
5-
"version": "3.0.6",
6-
"version_normalized": "3.0.6.0",
5+
"version": "3.0.7-alpha.1749200492",
6+
"version_normalized": "3.0.7.0-alpha1749200492",
77
"dist": {
88
"type": "path",
99
"url": "/tmp/jetpack-build/Automattic/jetpack-device-detection",
10-
"reference": "f6b3328cadae3d425f9de7bd576da73462b3a5fb"
10+
"reference": "49f8d3a9797577917c0f50e7a4223ae721f04e21"
1111
},
1212
"require": {
1313
"php": ">=7.2"

vendor/composer/installed.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
),
1212
'versions' => array(
1313
'automattic/jetpack-device-detection' => array(
14-
'pretty_version' => '3.0.6',
15-
'version' => '3.0.6.0',
16-
'reference' => 'f6b3328cadae3d425f9de7bd576da73462b3a5fb',
14+
'pretty_version' => '3.0.7-alpha.1749200492',
15+
'version' => '3.0.7.0-alpha1749200492',
16+
'reference' => '49f8d3a9797577917c0f50e7a4223ae721f04e21',
1717
'type' => 'jetpack-library',
1818
'install_path' => __DIR__ . '/../automattic/jetpack-device-detection',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)