Grégoire Paris

Results 254 comments of Grégoire Paris

Even better! If you feel up to it please submit a pull request with only the CSVFormatter and the FileWriter, and necessary changes in other classes (like the `Exporter` maybe?)

You can fix such issues with cursor based pagination: https://use-the-index-luke.com/no-offset

I just pushed a commit that restricts to 7.1 using `config.platform`: https://github.com/doctrine/migrations/pull/1069/commits/b3a5c519c1f2257349b70ce3f2d9a72683bfadfb (and I run `composer update` after adding that setting) I still get 7.2 as the detected version, is...

Sadly I still have the issue with that version: ``` php box.phar --version Box version 3.x-dev@412da71 2020-10-29 18:06:47 UTC ``` Full output ``` Box Requirements Checker ======================== > Using PHP...

Either that or maintain 2 branches in parallel. I suppose Datadog is supposed to support a very, very wide range of PHP versions.

It would be great to have the right signatures transparently, depending on the version of PHP. Having different release lines (and different branches?) sounds like the most sensible solution. It...

Here is an example of PHPStan downgrading its codebase with Rector: https://github.com/phpstan/phpstan-src/blob/f1fd385433480f87bdda1d7d8ff6887e25f003ba/build/rector-downgrade.php

> On the other hand, if they want to make it broader later, they will still be allowed to do so. That's only possible if you use php 7.2 though,...

It think it would, please send a PR :) Make sure to only add parameter type declarations, otherwise it will not be BC.