Arnaud Le Blanc

Results 31 issues of Arnaud Le Blanc

I'm always getting trailing comma errors when submitting PRs on phpstan-doctrine because of the PHP 7.2 support. It would help a lot if `make cs` would detect these problems. This...

When using promises, there are a good chance that some code will forget to handle rejections/exceptions in a promise chain. This has the result of effectively hidding any rejection/exception that...

new feature
BC break

Awesome project! Golang took the same approach, partly for the same reasons. I believe that some of the Golang work / ideas could be reused here. What they do is...

| Q | A | --------------------| --------------- | PHPUnit version | 7.x | PHP version | 7.1 | Installation Method | Composer When comparing values that happen to not be...

type/performance

The extension marks `markTestIncomplete` and `markTestSkipped` as `earlyTerminatingMethodCalls`. The effect is that PHPStan will emit a `Unreachable statement - code above always terminates.` error for any code after them. I...

### Description Currently, the only way to read configuration values from RdKafka\Conf or RdKafka\TopicConf is to call the dump() method. It would be convenient if we also added a get()...

feature

While trying to use webgrind with a callgrind file generated by an other profiler, I've found that webgrind has some expectations about the file format that prevent him from reading...

improvement

Hi! Thanks for this article, and especially for this repository! Some things are talked about a lot, yet there is not much code to read. I've found some issues in...

### Description Deep recursion in a PHP script could cause a memory exhaustion. With memprof, deep recursion could cause a stack overflow instead, because memprof forces the VM to use...

enhancement