Vincent Langlet
Vincent Langlet
I discovered multiple things The same issue exists without the first `if`: https://phpstan.org/r/5996b4a5-5e1f-4e3e-bdfd-3b7e406e6cf2 This can be fixed by changing https://github.com/phpstan/phpstan-src/blob/f69886fa030799effad85649ad862ab7dfca43a9/src/Analyser/MutatingScope.php#L3740 to `return $scope`. Indeed, the issue with invalidating the type...
I'd like to try to solve this one @ondrejmirtes, do you have some time for my previous questions @ondrejmirtes ? Thanks a lot
Hi, this feature could be great. Wanna start a Pr ? :)
> Yes! > > I have next questions: > > 1) Is optional decorator? > > 2) Value of FLUSH_EVERY pass by parameters for more flexability? > > If null...
> This improved version of **DoctrineORMQuerySourceIterator** > > > > ```PHP > >
Doesnt work if there is 3000 result in my example, because you'll export all of them even if I would like to stop at 2500. In construct OriginalFirstResult = query->getfirstresult();...
> If we use pagination, then we may not be sure that the next query will return next data. > For example, if you sort in descending order by creation...
Why 1 ? Cant you use the max result and the offset provided ? Why 2 ? Cant you add one order if needed ?
@kirya-dev do you want to start a Pr ? I think it would be easier to discuss about this with code and some tests.
Do you still plan to make some PR in order to optimize the export @kirya-dev ? I'm getting some `Error: Maximum execution time of ... seconds exceeded` error when exporting...