Juliette
Juliette
In the inline code comments you already note: ``` php // Will be tripped up by "Mr." or "U.K.". Not a major concern at this point. ``` I found it...
We noticed you are using the [TGM Plugin Activation library](https://github.com/TGMPA/TGM-Plugin-Activation/) in your theme. You are using an old version. The latest version (2.6.1) fixes some - published - security issues...
Currently getting a 502 bad gateway error when trying to reach the website at https://www.versioneye.com/ . I noticed this as the VersionEye badge in the readme of one of the...
### PEAR/FunctionDeclaration: bug fix - prevent fixer from creating a parse error Issue as described in #3736. The fixer would try to remove superfluous whitespace remaining after the move of...
The regular annual update to make sure the build still passes ;-) Happy 2023!
### Generic/UnusedFunctionParameter: ignore class context for closures/arrow functions As things were, if a closure or arrow function declared within a class which extends or implements would have an unused function...
### Generic/RequireStrictTypes: add extra tests These tests safeguard the following, which is already handled correctly by the sniff: * Execution directives are case-insensitive in PHP. * The sniff should ignore...
When a file would contain a short open echo tag `
When sniffs use traits/utility classes/helper functions, the message for the `Internal.Exception` can be unclear as it may point to the trait/utility classes/helper function as the culprit without any indication of...
Includes unit test. Ref: * https://wiki.php.net/rfc/readonly_classes Fixes #3727