-
I recommend adding/porting a few snippets from the current leading collection of sane sniffs^^
- https://github.com/php-collective/code-sniffer/blob/master/PhpCollective/Sniffs/PHP/RemoveFunctionAl…
-
**Description**
I am not able to configure Code Sniffer in PhpStorm. I am using WSL with Windows. I have followed the instructions as mentioned in the video guide "[Configure PHPCS (PHP CodeSniffer) …
-
If you have a product with master category 128, but a products_to_categories record of 254, the "M" button in admin doesn't work because the test
```
if (!$sniffer->rowExistsComposite(TABLE_PRO…
-
Please run php code sniffer to clean up code usage. And to display the code nicely.
-
I created this action to add basic code sniffing for pull requests:
```
name: Code Sniffer
on:
pull_request:
jobs:
sniff:
name: Sniff changed files
runs-on: my-server
st…
-
php code sniffer seems to analyze all files, no matter if there's a filter set or not. The UI of Scrutinizer definitely shows only the filtered files, but when we look into the inspection process we c…
-
The basic composer.json as proposed
```
{
"require": {
"jvandemo/ogone": "2.0.*"
},
}
```
wont work.
Problem:
- jvandemo/ogone v2.0.0 requires instaclick/php-code-sniffer dev…
-
## Bug Description
PHPCompatibility is incorrectly reporting `PHPCompatibility.Operators.RemovedTernaryAssociativity.Removed` violations on a code that mixes `match` syntax with multiple `new` init…
-
Hello,
I think it would be better if the context menu "PHP Code Sniffer" is displayed only in PHP files. I am working on Typescript files and it still appears while this is not relevant in that cas…
-
I am trying to get PHP_CodeSniffer working with Backdrop. So far I've got it installed on OS level by taking the following steps:
```
sudo pear channel-update pear.php.net
sudo pear install PHP_C…