1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal
2020-01-14 21:54:02 -05:00
..
Analyzer Fix impossible isset checks 2020-01-14 21:54:02 -05:00
Codebase Emit all stubs discovered by Psalm during analysis 2020-01-08 17:23:40 -05:00
Diff Add more list types 2019-10-09 10:04:34 -04:00
ExecutionEnvironment Add CI_BRANCH var 2019-12-03 00:44:19 -05:00
FileManipulation Fix #2279 - add parameter typehint by default 2019-12-03 01:49:43 -05:00
Fork Prevent crashes under PHP 7.3 on macs in Language server mode 2020-01-13 16:50:09 -05:00
LanguageServer Fix #2426, or at least some of it 2019-12-08 00:49:34 -05:00
PluginManager Fix composer checks once more 2020-01-01 17:29:30 -05:00
Provider Fix #2611 - fix combination of inferred closure return types 2020-01-13 10:23:58 -05:00
Scanner Move Union::getTypes to Union::getAtomicTypes 2020-01-04 12:20:26 -05:00
Scope Improve solution to #2546 slightly 2020-01-03 10:56:47 -05:00
Stubs Add constant definitions 2020-01-08 23:48:42 -05:00
Taint Improve report output of taint analysis 2019-10-19 17:59:10 -04:00
Traverser
Type Fix impossible isset checks 2020-01-14 21:54:02 -05:00
Visitor Fix #2547 - use better conditional check 2020-01-11 12:33:58 -05:00
CallMap_71_delta.php
CallMap_72_delta.php Fix the signature of sodium_crypto_scalarmult_base() (#2119) 2019-09-10 18:11:15 -04:00
CallMap_73_delta.php
CallMap_74_delta.php Update password function types for PHP 7.4 (#2396) 2019-11-29 09:30:01 -05:00
CallMap.php Change constant type to be more forgiving 2020-01-14 18:39:15 -05:00
Clause.php Only warn about clauses in the currently-scanned conditional 2019-12-08 16:35:56 -05:00
exception_handler.php Add an exception handler that prints full exception trace (#2418) 2019-12-04 23:17:08 -05:00
PropertyMap.php Make travis green again (#2518) 2019-12-27 19:06:09 -05:00
ReferenceConstraint.php