Bruce Weirdan
Bruce Weirdan
For me it is still crashing but it seem to fix one problem. As pointing out [above](https://github.com/vimeo/psalm/issues/10706#issuecomment-1945865545) I had the problem already since at least 5.21.1. With your branch I...
```console $ vendor/bin/phpunit -d memory_limit=-1 tests/Cache/CacheTest.php PHPUnit 9.6.16 by Sebastian Bergmann and contributors. Random Seed: 1708301269 Cannot locate memory_limit=-1 ``` I believe this is caused by one of the changes...
# Steps to reproduce * `git clone [email protected]:weirdan/psalm-bug-PropertyNotSetInConstructor-with-stub.git` * `cd psalm-bug-PropertyNotSetInConstructor-with-stub` * `composer install` * `vendor/bin/psalm --no-cache` # Expected No issues. Stub with constructor body, without constructor body and without...
https://psalm.dev/r/73cab7cf3f
This removes files/dirs listed in `.gitattributes` from the distributed package.
### Did you check the docs? - [X] I have read all the neoconf.nvim docs ### Is your feature request related to a problem? Please describe. I have a need...
Native password_verify() **does** accept old insecure DES hashes (https://3v4l.org/hKl4X). This pull request re-enables verifying (but not creating) them.
This should be pretty easy to do, since PHPUnit does support *.phpt format. All that is needed is to copy them from php-src and add ``` --INI-- auto_prepend_file=lib/password.php ``` to...
This is fine on `5.x`, but it doesn't work on `master`: https://psalm.dev/r/3a4e97147a
- **Use wider class-string when combining class strings with intersections** - **Forbid named arguments for ArrayAcccess methods** - **Allow more callable types as subtypes of `callable`** - **Don't crash on...