1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-03 10:07:52 +01:00
psalm/src/Psalm/Internal/Analyzer
Evan Shaw 82090f58c5 Handle included directory paths without crashing
If an include or require resolves to a directory, this now raises a
MissingFile error rather than throwing an unhandled UnexpectedValueException.
2023-04-24 11:09:48 +12:00
..
FunctionLike code style 2023-01-05 09:44:23 +01:00
Statements Handle included directory paths without crashing 2023-04-24 11:09:48 +12:00
AlgebraAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
AttributesAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
CanAlias.php Require trailing commas 2022-12-18 13:20:31 -06:00
ClassAnalyzer.php Remove always-empty ClassAnalyzer leftover_stmts array 2023-03-16 07:03:10 +13:00
ClassLikeAnalyzer.php Remove always-empty ClassAnalyzer leftover_stmts array 2023-03-16 07:03:10 +13:00
ClassLikeNameOptions.php
ClosureAnalyzer.php Propagate phantom classes to closure context 2023-02-18 01:52:10 -04:00
CommentAnalyzer.php Allow @var annotations on global vars 2023-02-15 01:20:03 -04:00
DataFlowNodeData.php
FileAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
FunctionAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
FunctionLikeAnalyzer.php bugfix: do not report required closure arguments as unused 2023-04-10 01:54:03 +02:00
InterfaceAnalyzer.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
IssueData.php
MethodAnalyzer.php Forbid overriding built-in enum methods 2023-02-13 00:37:59 -04:00
MethodComparator.php Fixed issue message for missing @psalm-external-mutation-free 2023-02-15 03:58:50 -04:00
NamespaceAnalyzer.php Fix newly found issues 2023-03-11 05:23:49 -04:00
ProjectAnalyzer.php Handle included directory paths without crashing 2023-04-24 11:09:48 +12:00
ScopeAnalyzer.php Require trailing commas 2022-12-18 13:20:31 -06:00
SourceAnalyzer.php
StatementsAnalyzer.php Correctly process use aliases in @psalm-scope-this 2023-02-24 00:53:36 -04:00
TraitAnalyzer.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
TypeAnalyzer.php