Luke Arms
Luke Arms
### `brew config` output ```shell HOMEBREW_VERSION: 3.5.6 ORIGIN: https://github.com/Homebrew/brew HEAD: 0b030b74e2ac518bd0bc4158f96c449198f9957f Last commit: 17 hours ago Core tap ORIGIN: https://github.com/Homebrew/homebrew-core Core tap HEAD: 2b5709c32989ba0d1187b64a9cba039c4426cae0 Core tap last commit: 70 minutes...
I'm using the AUR package I maintain and can't easily build and test a snap, but given the encoding errors and code point sequence issues I found in `emojis.csv` and...
> My `composer.json`: Values in `composer.json` don't appear to have a direct bearing on this issue. For the reasons given [in the documentation](https://getcomposer.org/doc/04-schema.md#version), I don't want to add `version` to...
In the following code, `Bar::bar()` should inherit `@return $this` from `Foo::bar()`, but in the context of `Baz`, it is apparent that it doesn't. The return type of `$baz->bar()` should be...
### Bug report Works (see [playground](https://phpstan.org/r/475a5a32-afd1-45ea-9df8-e05378abfe30)): ```php
### Bug report I'm using nullable generics in a factory scenario and PHPStan produces "unresolvable type" reports for their respective `class-string` values. ### Code snippet that reproduces the problem https://phpstan.org/r/ffb3287f-30e8-422d-84eb-8eef01aad582...
### Code editor Visual Studio Code ### Platform Linux and macOS ### Version v1.37.0 (last working version was Bash IDE v1.28.0) ### What steps will reproduce the bug? It's triggered...
I've been looking for a PhpDocumentor alternative with generics support (or even just graceful degradation when PHPDoc syntax isn't recognised), and ApiGen is leading the pack. Kudos on all the...
This fixes `phive install doctum`, at least, but I'm not sure how common releases with multiple signatures are; it may be worth incorporating the same fix into other repositories?
Thanks for your work on this excellent extension. It makes my life easier every day :) I'm finally reporting (rather than continuing to work around my one issue with Rewrap,...