1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-13 01:37:23 +01:00
psalm/src/Psalm/Internal
2019-05-09 19:34:38 -04:00
..
Analyzer Search better, and avoid fatal error 2019-05-09 19:34:38 -04:00
Codebase Use better solution for inherited more-specific return types 2019-05-09 10:41:30 -04:00
Diff Fix #1574 - detect docblock additions to the first statement of a method when diffing 2019-04-22 21:50:58 -04:00
ExecutionEnvironment Add support for Scrutinizer output 2019-04-14 14:49:09 -04:00
FileManipulation Don’t be greedy with lines 2019-04-17 14:58:13 -04:00
Fork Add link to PHP bug 2019-05-08 11:48:37 -04:00
LanguageServer Fix #1618 - conditionally enable autocompletion for methods and properties 2019-05-09 11:20:13 -04:00
PluginManager @voku’s fixes for issues found by their callmap update 2019-04-11 11:02:46 -04:00
Provider Fix isset check 2019-05-09 08:31:16 -04:00
Scanner Fix #1603 - prevent invalid covariant template classes from being passed 2019-05-06 16:38:08 -04:00
Scope Fix typos in psalm with codespell's dictionary 2019-03-24 23:01:20 -04:00
Stubs Fix #1603 - prevent invalid covariant template classes from being passed 2019-05-06 16:38:08 -04:00
Traverser
Type Consider intersections when combining generic types 2019-05-08 13:23:47 -04:00
Visitor Fix #1618 - conditionally enable autocompletion for methods and properties 2019-05-09 11:20:13 -04:00
CallMap_71_delta.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
CallMap_72_delta.php Fix #1191 - allow Psalm to check against different versions of PHP 2019-02-07 12:25:57 -05:00
CallMap_73_delta.php Add callmap fixes collected by @voku in #1541 2019-04-11 10:58:27 -04:00
CallMap_74_delta.php Fix password_hash change between versions 2019-02-16 23:57:49 -05:00
CallMap.php Fix #1567 - remove extraneous union 2019-04-20 16:09:55 -04:00
Clause.php
PropertyMap.php adding property that was introduced in 7.1, not sure how to accurately describe & test this with deltas 2019-03-07 23:20:05 -05:00
ReferenceConstraint.php