1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00
lhchavez ab3016af6e
Fix File-related analysis plugin hooks (#3970)
This change does a few things:

* Renames `BeforeAnalyzeFileInterface` to `BeforeFileAnalysisInterface`.
* Adds a few more parameters to `BeforeFileAnalysisInterface`.
* Since the analysis was never called due to a bug, the above two
  changes are safe to do.
* Fix the above-mentioned bug, and now adds the hooks to the config.
* Update the documentation about the File-related analysis plugin hooks.
* Add a test to ensure that this does not break again in the future.

Fixes: #3969
2020-08-10 10:49:53 -04:00
..
2020-08-09 16:23:43 -04:00
2020-08-09 23:19:59 -04:00
2020-08-09 16:23:43 -04:00
2020-07-07 10:41:46 -04:00
2020-08-09 16:23:43 -04:00
2020-07-22 00:35:18 -04:00
2020-08-03 02:45:55 -04:00