-
I don't understand fully why this is happening, but I am experiencing a side-effect due to `stty size`.
I'm on Windows 10 and this system has cygwin installed (which seems to be relevant).
**D…
-
https://github.com/phpactor/phpactor
`phpactor` is an open source PHP language server.
I would recommend making `phpactor` the default instead of `intelephense` as the latter is closed source.
-
http://pear.php.net/manual/en/package.php.php-codesniffer.coding-standard-tutorial.php
Study the current situation and the differences between the Framework and the CMS specific ruleset
-
-
## Context
At places like https://github.com/squizlabs/PHP_CodeSniffer/blob/7566b4d89de1d08d2a8ad85910507d6633a35d28/src/Reports/Code.php#L169
we report the full file location.
`basepath` is a con…
-
It seems that when custom sniffs are present, everything in the ruleset will be ignored, including the custom sniffs themselves, and phpcodesniffer will just report everything as having passed.
Cod…
-
Tests should automatically be run via GitHub Action and merging main to dev should require passing tests.
1. PHP_CodeSniffer to check whether all PHP files are valid PHP code (lint rules could be v…
-
I constantly get these in the Event log, when using PhpInsights on:
```
PhpStorm 2020.1
Build #PS-201.6668.153, built on April 13, 2020
Licensed to G2 Ocean / Linas Jusys
You have a perpetual fal…
-
以下未対応でした。
- [ ] PHP CodeSniffer(phpcs)
- [ ] PHP Mess Detector(phpmd)
- [ ] PHP Documentor(phpdoc)
### PHP CodeSniffer(phpcs)
/var/www/app/vendors/bin/phpcs -p --extensions=php,ctp --
…
-
## Describe the bug
Generic.Files.LineLength will report a line to be over the limit if the line is at limit and contains one or more multibyte characters. This is easily reproducible when having UTF…