-
On the heels of adding /core/ to the Deny (update/install).php rule for D8 sites Smccabe suggests:
> shouldn't it sort of be the other way around? we only whitelist a couple files? pretty much inde…
-
The ordering seems to cause some issue.
For example:
``` json
{
"phpcs_sniffer_run": true,
"phpcs_command_on_save": false,
"phpcs_show_errors_on_save": false,
"php_cs_fixer_on_save":t…
-
A page can only belong to one CMS, so I think it seems smart to stop checking if it's another CMS if one is detected. However with the way things are currently implemented, I'm not sure on the best wa…
-
I'm trying to use the PHP8 [nullsafe operator](https://wiki.php.net/rfc/nullsafe_operator) but I'm getting an issue from PHP Code Sniffer as `ImportDetection.Imports.RequireImports.Symbol`.
So in t…
-
| Q | A
| ---------------- | -----
| Bug report? | no
| Feature request? | yes
| Library version | 1.7.0
Right now all found issues are grouped by type of issue and sniffer…
-
Snip:
#
I hate to say this, but this plugin for Netbeans is not working properly under Windows. It's running OK, but it can't find the correct executable...
Caused: java.io.IOException: Cannot run …
-
Hello,
today I noticed that code sniffer (with psr-12) will throw an error by code like this:
```php
#[AsCommand(name: 'serveDebug')]
class ServeDebug extends ServeCommand
```
because the …
-
Hi there,
[Wordpress Theme Review Requirement](https://make.wordpress.org/themes/handbook/review/required/) encouraged theme developers run their theme through [Theme Check](https://wordpress.org/plu…
-
The sniffer makes a pretty strange requirement. He is always want to see the `boolean` as a type hint. But, at the same time PHP 7.1 supports only `bool` as a type hinting. So, to make everyone happy …
-
Let's consider allowing the `{@inheritdoc}` tag.
This really helps when extending classes, you don't have to rewrite whole docblock and keep it up to date with docblock changes in base class.
Import…