1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 02:07:37 +01:00
psalm/src/Psalm
Oliver Hader b07de1fefd
[BUGFIX] Avoid crash during interface checks on non-existing classes (#5984)
`ClassLikes::classImplements(NonExisting::class, WellKnown::class)`
now returns `false` instead of throwing an exception for non-existing
classes.

Fixes: #5983
2021-06-22 18:04:47 -04:00
..
CodeLocation Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Config Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Exception Allow Psalm to run in taint analysis mode without a config 2020-11-20 19:02:44 -05:00
Internal [BUGFIX] Avoid crash during interface checks on non-existing classes (#5984) 2021-06-22 18:04:47 -04:00
Issue Announce removal of deprecated methods (#5956) 2021-06-20 14:12:20 -04:00
Node Introduce Virtual Nodes in order to differentiate real nodes in plugins (#5222) 2021-02-15 16:18:41 -05:00
Plugin Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Progress Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Report Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
SourceControl
Storage Improve detection of fluent methods 2021-06-12 17:09:42 -04:00
Type Restrict type of implode to prevent Array-to-string conversion; 2021-06-21 19:55:27 -04:00
Aliases.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
Codebase.php Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
CodeLocation.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Config.php Emit separate type of issue when foreach value is unused (#5932) 2021-06-17 00:40:24 -04:00
Context.php Detect unused return values (#5917) 2021-06-10 14:18:15 -04:00
DocComment.php Announce removal of deprecated methods (#5956) 2021-06-20 14:12:20 -04:00
ErrorBaseline.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
FileBasedPluginAdapter.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
FileManipulation.php Add range check 2020-10-15 13:04:24 -04:00
FileSource.php
IssueBuffer.php Formally deprecate allowCoercionFromStringToClassConst (#5897) 2021-06-07 10:46:26 -04:00
NodeTypeProvider.php param types (#4313) 2020-10-12 15:46:47 -04:00
PluginRegistrationSocket.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
Report.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00
StatementsSource.php Document lowercase-string when possible (#4904) 2020-12-29 11:42:12 +00:00
Type.php Enforce use sort (#5900) 2021-06-07 22:55:21 -04:00