https://github.com/staabm/phpstan-bug7732
https://github.com/staabm/phpstan-bug7732
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/staabm/phpstan-bug7732
- Owner: staabm
- Created: 2022-08-01T08:14:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-01T08:23:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-05T10:45:36.628Z (over 1 year ago)
- Language: PHP
- Size: 3.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
------ ---------------------------------------------------------------------
```