Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@ parameters:
identifier: WPCompat.parameterNotAvailable.applyfilters.args
path: src/Media_Command.php

# The WordPress 6.0 change to `wp_generate_attachment_metadata()` added the
# `$filesize` value to the *returned array*. The `$file` parameter itself has been
# there since WordPress 2.1.
-
identifier: WPCompat.parameterNotAvailable.wpgenerateattachmentmetadata.file
path: src/Media_Command.php

# `Media_Command::wp_get_registered_image_subsizes()` only calls its WordPress 5.3
# namesake behind a `wp_version_compare()` check, and reimplements it otherwise.
-
Expand Down