-
The new php_sim tools seems to report duplications in weird cases, wher eI fail to understand how it could be a duplicate. See https://scrutinizer-ci.com/g/phpspec/prophecy/indices/106818/duplications…
stof updated
10 years ago
-
[PSR-2](http://www.php-fig.org/psr/psr-2/) is a standard (Coding Style Guide) recommended for PHP code.
See also the German article in Wikipedia.
-
Updated title, was 'Add support for Java and maven', see comments
-
In https://scrutinizer-ci.com/docs/tools/php/php-analyzer/guides/annotating_code
`array` or `T[]` should not assume keys are integers (lot of false positives in my case) or should allow typing like t…
-
## Issue summary
Currently tests don't passed in PHP 7.2 for `RowTests.php`. PHP 7.3 is now in beta so we must include it too.
If Scrutinizer don't provide the feature, we might consider taking …
-
see [Issue](https://scrutinizer-ci.com/g/ScriptFUSION/Open-Dash/inspections/3fc42bde-cc4e-4dd5-b551-bc474c0d2805/issues/files/src/Filter/FilterLines.php?status=new&orderField=path&order=asc&issueId=ef…
Bilge updated
10 years ago
-
Currently all occurences of int[] in my doc blocks are show in the patches tab. Scrutinizer wants to replace then with integer[]. As far as I am concerned integer is an alias for int, so at least both…
-
I would expect the PHP CS Fixer tool to actually be able to update code that is incorrect, it does not do this at the moment.
ghost updated
11 years ago
-
My package parses the page of another resource. Unfortunately the HTML code of resource is not valid. I have to use PHP Tidy to make valid HTML and parse it.
I want to use the service Scrutinizer for…
-
On following url: https://scrutinizer-ci.com/g/aik099/CodingStandard/inspections
I've got 2 inspections added:
- one for push to a branch
- another for PR which that branch represents
I guess latter…