Skip to content

Commit

Permalink
Readme: remove phar limitation (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Feb 15, 2024
1 parent d6323ce commit b4cbfe5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ 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 b4cbfe5

Please sign in to comment.