-
The PHPCS ruleset file distributed with the plugin should be called `phpcs.xml.dist`, or if PHPCS 3.1+ is supported, it can be `.phpcs.xml.dist`.
The `phpcs.xml` (and `.phpcs.xml`) can then be adde…
-
Eg:
```
use Drupal\test_module\Plugin\CatFeeder\CatFeederInterface;\n
use Drupal\Core\Cache\CacheBackendInterface;\n
use Drupal\Core\Extension\ModuleHandlerInterface;\n
use Drupal\Core\Plugin\D…
-
I have just install VVV. It's work fine.
I modified vvv-custom.yml with the doc install.
https://github.com/WordPress/meta-environment/blob/master/docs/install.md
I have this log (short) :
``…
-
Hello @mrrobot47 👋 I'm trying to get your action set up on one of our repos, and wondering if you could take a quick look to see if you can spot what I'm doing wrong.
When it runs, I get this fail…
-
Code:
```php
$promoInstance->isMigratable = empty($promoData->isMigratable) ? false : $promoData->isMigratable == 'Y';
```
Error:
```
------------------------------------------------------…
-
**Describe the bug**
I'm building a custom ruleset, and I wanted to include the `Squiz.Arrays.ArrayBracketSpacing` sniff in it. When I test this against the code example, it doesn't report any issues…
-
### Triage Note
- The issue is reproducible on `2.3.3` release version
- The issue is NOT reproducible on `2.3-develop`
- `2.3.3` is not merged into `2.3-develop` at this moment
### Precondition…
-
We've been having an issue on our 2.2.3 installation in Production. On occasion a visitor will report they have this System Log Generated error show up instead of the web page. I've managed to get it …
-
**Describe the bug**
Hi everyone. I have a checkout of the gutenberg repository and try to get the php tests up and running by calling ```npm run test-php```. I have initially called ```npm install`…
-
PHP8 is on the horizon and there are multiple efforts happening across the WordPress and WooCommerce projects to ensure compatibility with it. Our PHP surface area is fairly small but nevertheless we …