https://github.com/staabm/phpstan-bug3634
https://github.com/staabm/phpstan-bug3634
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staabm/phpstan-bug3634
- Owner: staabm
- Created: 2022-05-30T18:53:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T19:03:08.000Z (about 4 years ago)
- Last Synced: 2025-06-25T22:06:31.959Z (about 1 year ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# reproducer bug 3634
repro for https://github.com/phpstan/phpstan/issues/3634
# how to reproduce
- clone the repo
- run `composer install`
- run `vendor/bin/phpstan analyze -c app/phpstan.neon --debug`
-> 'Call to an undefined method HttpResponse::deleteCookie()' error
expected result: no error, since the composer loadable HttpResponse should be preferred over the HttpResponse class from PHPStorm stubs.