-
I want to be able to exclude everything under the `/data` folder. There appear to be two options here, neither of which solve the problem:
1. `*/data/*` – this will exclude files under _any_ `data` fo…
-
Hi guys
I saw PSR2 issues when generating classes.
See errors below
> 92 | ERROR | [x] Expected 1 blank line at end of file; 2 found
> 92 | ERROR | [x] The closing brace for the class mu…
-
It would be super useful if there was a way to ignore files and directories **without** touching the PHPCS standard file. This would be similar to tools like ESLint, which has a [.eslintignore file](h…
-
Hi christian
I've been doing some more testing for new use case, and it appears that as soon as I have a contact action in an acfe form, the forms and actions are run as expected, but the form spi…
-
## Bug Description
I’m developing a WordPress theme, as a editor I use Atom with Atom Beautify. I have also installed as default beautifier “PHP_CodeSniffer” with the “WordPress-Coding-Standards “as …
-
I really want this ext to work. I tried everything.
```
System:
OS: macOS Sierra 10.12.6
CPU: x64 Intel(R) Core(TM) i7-4850HQ CPU @ 2.30GHz
Memory: 989.34 MB / 16.00 GB
Shell: …
-
The documentation for [`url()`](https://docs.backdropcms.org/api/backdrop/core%21includes%21common.inc/function/url/1) says that `$options` can contain these values:
- 'entity_type': The entity typ…
-
## Is your feature request related to a problem?
The use use-case we are trying to implement is described here - https://github.com/inpsyde/php-coding-standards/pull/81.
In short, we want to int…
shvlv updated
8 months ago
-
## Description
When using WPCS with PHP 8.3, the I18n and PrefixAllGlobals sniffs are causing deprecation notices due to `trim()` being called with null values.
## Error Message
trim(): Passing null …
-
This is a follow-up to #766 where the reason for too long lines in comments was basically the line containing an url.
I would like to discuss extending this enhancement to the first line of a multi…