Enforce strict camel case for method names
authorAlexander Ebert <ebert@woltlab.com>
Tue, 15 Jun 2021 09:49:32 +0000 (11:49 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 15 Jun 2021 09:49:32 +0000 (11:49 +0200)
commit17ae83bab2133818cce011adecd048c4297203eb
tree48525cd68aaf33202104c28809aad9e19afb6bce
parentc1e3cf9be668bac5c953ae5ce71c94c90ea7183b
Enforce strict camel case for method names

`ImageUtil::browserSupportsWebP()` was renamed to `ImageUtil::browserSupportsWebp()` for consistency with other methods.
wcfsetup/install/files/lib/data/style/Style.class.php
wcfsetup/install/files/lib/data/user/avatar/UserAvatar.class.php
wcfsetup/install/files/lib/data/user/cover/photo/UserCoverPhoto.class.php
wcfsetup/install/files/lib/util/ImageUtil.class.php