Remove PackageArchive::isValidUpdate()
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 16 Nov 2022 11:14:56 +0000 (12:14 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 16 Nov 2022 11:14:56 +0000 (12:14 +0100)
commit7530beb931fd581f100459360233fa76be8751d4
tree374382d4a5ba6624cf68fa98f59dc5f6491e5741
parent5590bc1425b03e1f8d91610b7d3c52ccccb7d338
Remove PackageArchive::isValidUpdate()

The method relies on the stateful `PackageArchive::$package` property and
`PackageArchive::filterUpdateInstructions()` which is super intransparent.

The last remaining user was removed in the previous commit.

see #5094
wcfsetup/install/files/lib/system/package/PackageArchive.class.php