-
- [ ] Look at possible options for a coding standard
- [ ] Discussion pros & cons in this issue
- [ ] Pick one and stick with it, preferably one with a linter/syntax checker
As a follow up, once this…
-
Hi @viniarck, thanks for the EP15, It is a great start. Sorry for the delay on reading it.
I'm open this issue, in order to discuss the blueprint that you proposed. Everybody, please feel free to …
-
Laravel Markdown
Laravel Markdown was created by, and is maintained by Graham Campbell, and is a CommonMark wrapper for Laravel 5. It ships with integration with Laravel…
-
Hmm seems abandon, but i'm interested in this library, also to contribute... Probably we should create separate repo and add to packagist.org ?!
-
I have [this method](https://scrutinizer-ci.com/g/madewithlove/remindme/indices/594145/duplications/45174035#) who has a code duplication marked as false positive. Despite this being the only issue, t…
-
Hey Terraform community,
We've been working on a terraform provider, which has driven us to investigate the current "state of the state" of static code analysis tools to help with code quality, style…
-
Most places typehinting `PhpSpec\IO\IOInterface` are actally using methods defined in `PhpSpec\Console\IO` without being part of the interface, thus making it impossible to use a different implementat…
-
Hi, I have an issue with a symfony project. It is a container project much like symfony/standard-edition with some custom stuff.
In fact, the below config section is auto-generated
```
application:…
-
Id `call_checks.maybe_mismatching_type_passed` works like a good type checker, which is great. It catches potential problems.
Of course, when a function can return different types depending on the in…
-
Some functions - in particular some spawn, catch and battle routines - have quite high cyclomatic and NPath complexity. This makes it difficult to write tests for them, and of course makes development…