An open API service indexing awesome lists of open source software.

https://github.com/staabm/phpstan-bug7732


https://github.com/staabm/phpstan-bug7732

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

reproducing repo for [phpstan bug 7732](https://github.com/phpstan/phpstan/issues/7732)

Steps
- checkout repo
- run `php 3rd-party/vendor/bin/phpstan`

expected result
- no errors

actual result
```
------ ---------------------------------------------------------------------
Line fn.php
------ ---------------------------------------------------------------------
4 Function str_ends_with not found.
💡 Learn more at https://phpstan.org/user-guide/discovering-symbols
------ ---------------------------------------------------------------------
```