Bruce Weirdan
Bruce Weirdan
This plugin needs to be able to load doctrine configuration for functionality like checking entity types, findBy* methods, etc. Requires: - [x] stubbing the connection so that no database is...
# TL;DR This project is looking for maintainers. # Current state This package is currently outdated and supports neither newer Psalm versions (starting from v4) nor newer Doctrine versions (there...
Documentation at http://us2.php.net/manual/en/class.judy.php says: > The Judy class implements the ArrayAccess interface and the **Iterator** interface but in fact Iterator interface is not supported: > ❯ php --re Judy |...
Currently Psalm processes `@psalm-import-type` in docblocks of classlikes only. It would be useful to be able to import types in function docblocks as well. https://psalm.dev/r/138af4f19d **Expected:** no issues
Current `box` version produces deprecation warnings when the resulting phar is run on 8.1: ```console $ php vendor/psalm/phar/psalm.phar PHP Deprecated: Return type of HumbugBox383\KevinGH\RequirementChecker\RequirementCollection::getIterator() should either be compatible with IteratorAggregate::getIterator():...
### Feature request Currently, PHPStan fails to prevent (very much preventable) fatal error: https://3v4l.org/ONh6K https://phpstan.org/r/067c8fd9-170f-4662-8818-a85a6cc277a5 It would be nice if it could catch it. Also, see https://github.com/vimeo/psalm/pull/10697 for the proposed...
### Related problem It could come in handy in several scenarios: 1. You downloaded a new nushell version and want to know if it's compatible with your existing configs (possibly...
### Discord username (optional) _No response_ ### Describe the solution you'd like? I'd expect warp to support standard CLI switches: * `warp-terminal --help` - show available options * `warp-terminal --version`...
See https://github.com/vimeo/psalm/pull/9517/files Should this be considered a BC break? If we trust the `@internal` annotation, why shouldn't we trust `@var` as well?
BCC supports `@internal` docblock tag that can be used to limit access to the top-level namespace (at least, that's how Psalm interprets it). Psalm also supports `@psalm-internal` tag that allows...