1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 14:38:37 +01:00
psalm/src/Psalm
Nitamet 5f40d26539 Fix PHP version checking
Separate condition to check both cases if the specified string is a valid version and if it is supported
Remove unsupported versions up to 7.4 from regex
2023-08-18 20:09:17 +03:00
..
CodeLocation
Config Fix #9997 2023-08-05 17:07:08 +02:00
Exception
Internal Fix PHP version checking 2023-08-18 20:09:17 +03:00
Issue Introduce and use IssueData constants for severity 2023-05-31 12:38:15 +02:00
Node
Plugin Fix coding style issue 2023-06-01 16:38:29 +02:00
Progress
Report Use new IssueBuffer constants 2023-05-31 13:00:16 +02:00
SourceControl
Storage Merge pull request #9687 from robchett/limit_inheritance 2023-05-07 22:46:05 +02:00
Type Fixes crash when assertion array is not a list 2023-08-17 22:10:32 +02:00
Aliases.php
Codebase.php Fix #9997 2023-08-05 17:07:08 +02:00
CodeLocation.php fix outstanding CI issues 2023-03-02 18:02:23 +00:00
Config.php strip_tags()/$allowed_tags can accept arrays since 7.4 2023-08-17 21:36:47 +02:00
Context.php argv and argc were inconsistent in Context with VariableFetchAnalyzer 2023-08-08 22:29:18 +02:00
DocComment.php Add support for @psalm-inheritors 2023-05-07 11:33:38 +01:00
ErrorBaseline.php Handle different line endings from baseline. 2023-03-24 10:48:03 +01:00
FileBasedPluginAdapter.php
FileManipulation.php
FileSource.php
IssueBuffer.php Always report UnusedBaseline issues 2023-07-10 14:09:11 +02:00
NodeTypeProvider.php
PluginFileExtensionsSocket.php
PluginRegistrationSocket.php
Report.php Use new IssueBuffer constants 2023-05-31 13:00:16 +02:00
StatementsSource.php
Type.php Add Type::getIntRange 2023-06-17 12:24:09 +01:00