1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 14:38:37 +01:00
psalm/src/Psalm
kkmuffme 26eb870e47 fix mixed replace return types for arrays
* remove useless replace return type provider code that returned incorrect type for array replacements and was worse duplicate of existing stubs
* require preg patterns to be non-empty-strings as otherwise it will throw a PHP notice
* improve return type of array replacements to be more correct (not fully correct due to https://github.com/vimeo/psalm/issues/5994#issuecomment-1614601590)
2023-06-30 17:08:03 +02:00
..
CodeLocation
Config put config to true to prevent deprecations for new config files (#9857) 2023-06-19 22:02:29 +02:00
Exception
Internal fix mixed replace return types for arrays 2023-06-30 17:08:03 +02: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 Suppress warnings when --no-output is specified 2023-01-22 20:40:21 -04:00
Report Use new IssueBuffer constants 2023-05-31 13:00:16 +02:00
SourceControl HEAD in all caps 2023-01-23 08:42:54 +01:00
Storage Merge pull request #9687 from robchett/limit_inheritance 2023-05-07 22:46:05 +02:00
Type Add Type::getIntRange 2023-06-17 12:24:09 +01:00
Aliases.php
Codebase.php fix failing test 2023-03-03 07:20:41 +00:00
CodeLocation.php fix outstanding CI issues 2023-03-02 18:02:23 +00:00
Config.php Make config warn about missing cache related functions 2023-06-20 12:40:08 +02:00
Context.php
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 Support project analysis with file diffing in tests 2023-06-24 14:29:28 +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