Philip Ardery
Philip Ardery
### Verification - [X] I have updated Composer to the most recent stable release (`composer self-update`) - [X] I have updated Composer Patches to the most recent stable release (`composer...
see: [this discussion](https://github.com/phpstan/phpstan/discussions/12626) and @ondrejmirtes's [response](https://github.com/phpstan/phpstan/discussions/12626#discussioncomment-12272904). ## CODE ``` /** * @template TypeEntity of AbstractThisEntity * @extends EntityRepository */ abstract class AbstractThisRepository extends EntityRepository { /** @return TypeEntity[] */ public...
I logged a colored ansi output to a file with: `script --quiet --command "ls -l --color=always" "$LOGFILE" > /dev/null`. When I cat the file, it looks good, the same as...