-
## Bug report
I just found a minor issue: PHP CS Fixer doesn't insert a space after the `switch` keyword, so this won't be fixed:
```php
switch($value) {
// ...
}
```
[PHP_CodeSniffer…
-
Hello, I am a newbie to drupal.
There is some installation error when applying patches to drupal in openideal.
Please kindly refer the attached.
![image](https://user-images.githubusercontent.com/8…
-
## Describe the bug
Found while developing tests for PER2.0, I got the error: `PSR12.Classes.AnonClassDeclaration.SpaceAfterKeyword`, but when diving into specifications for PSR-12, I could not fou…
-
| Q | A
| --------------------| ---------------
| PHPUnit version | PHPUnit 8.5.8
| PHP version | PHP 7.4.5
| Installation Method | Composer
```
cakephp/cache …
-
Hi-
In the 'setup' section of [the repo's readme.md file](https://github.com/PacktPublishing/Drupal-9-Module-Development-Third-Edition#setup), the commands are out of date.
```
$ docker-compose…
-
Performance comes up at various times in regards to extension quality. I am not sure if there is much that can/should be done as part of a codesniffer rule as load testing might be better, for example…
-
**Description**
Default/bundled themes must pass the requirement for the accessibility-ready tag, which is a tag that is added to style.css and helps identify themes that have been tested for common…
-
Hi, I installed by instructions in readme:
`composer global require dreadnaut/phploy:dev-master`
But it does not work:
```
Changed current directory to /home/username/.config/composer
./compose…
-
## Describe the bug
Following a short echo tag with an expression, a false positive is given by `Squiz.PHP.DisallowMultipleAssignments` for destructured assignment using `list()`
### Code sa…
-
### Is your enhancement related to a problem? Please describe.
The following checks currently rely on an extremely similar class implementation:
* `Enqueued_Scripts_In_Footer_Check`
* `I18n_Usage…