1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 02:27:59 +01:00
psalm/docs/running_psalm
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
..
issues Detect mismatching param names effectively 2020-08-10 09:58:43 -04:00
plugins Fix File-related analysis plugin hooks (#3970) 2020-08-10 10:49:53 -04:00
checking_non_php_files.md Move docs into subfolders 2019-06-09 00:54:13 -04:00
command_line_usage.md Increase header weight 2020-03-22 18:42:19 -04:00
configuration.md Fix minor typos in docs (#3956) 2020-08-08 08:09:41 -04:00
dealing_with_code_issues.md [DOC] Add option to supress a referenced but undefined global variable. (#3861) 2020-07-21 14:02:23 -04:00
error_levels.md Correct analyze clone expression (#3382) 2020-05-18 16:22:50 -04:00
installation.md Streamline plugins docs (#3356) 2020-05-14 07:47:55 -04:00
issues.md Detect redundant identity with true (#3893) 2020-07-25 17:27:45 -04:00
language_server.md Add coc.nvim for language server document (#2980) 2020-03-17 09:04:43 -04:00