Skip to content

Commit

Permalink
Readme: mention phar issue (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Jan 15, 2024
1 parent 25d195b commit e76f4be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ Another approach for DIC-only usages is to scan the generated php file, but that
- Only classes with use statements and FQNs are detected
- Function and constant usages are not analysed
- Therefore, if some package contains only functions, it will be reported as unused
- Phar-based packages (e.g. phpstan) are not present in classmap
- Beware that there are even some other vendor packages bundled inside the phpstan.phar

-----

Expand Down

0 comments on commit e76f4be

Please sign in to comment.