1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal
2019-11-14 09:27:19 -05:00
..
Analyzer Check for not-callable return value 2019-11-14 07:57:22 -05:00
Codebase Add more impure functions 2019-11-13 13:22:04 -05:00
Diff Add more list types 2019-10-09 10:04:34 -04:00
ExecutionEnvironment Fix phpcs issues 2019-11-11 10:11:42 -05:00
FileManipulation Add slashes 2019-09-26 17:12:57 -04:00
Fork Fix closure usage in Psalm code 2019-09-22 01:03:42 -04:00
LanguageServer Suppress a bunch of PossiblyUndefinedArrayOffset issues 2019-10-01 15:44:43 -04:00
PluginManager Allow catch to assume no try statements completed 2019-11-11 15:17:53 -05:00
Provider Fix #2295 - support special case of array_shift on known offset type 2019-11-04 09:21:13 -05:00
Scanner Fix phpcs issues 2019-11-11 10:11:42 -05:00
Scope Fix #2237 - suppress reconciling issues when inherited clauses couldn’t be resolved into types 2019-10-16 21:55:11 -04:00
Stubs Fix wrong annotations in ext-ds method stubs (#2263) 2019-10-22 09:33:23 -04:00
Taint Improve report output of taint analysis 2019-10-19 17:59:10 -04:00
Traverser Apply PHPCS fixes 2019-07-05 16:27:53 -04:00
Type Fix phpcs issues 2019-11-11 10:11:42 -05:00
Visitor Fix #2340 - don’t stub functions unnecessarily 2019-11-14 09:27:19 -05: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 the signature of sodium_crypto_scalarmult_base() (#2119) 2019-09-10 18:11:15 -04:00
CallMap_73_delta.php Change signature on setcookie / setrawcookie (#1924) 2019-07-09 15:36:41 -04:00
CallMap_74_delta.php Fix password_hash change between versions 2019-02-16 23:57:49 -05:00
CallMap.php callMap updates: unregister_tick_function, ReflectionClass::getInterfaceNames, ReflectionObject::getInterfaceNames (#2258) 2019-10-21 14:29:48 -04:00
Clause.php Add more list annotations to Psalm’s codebase 2019-10-09 09:17:43 -04:00
PropertyMap.php Add more list annotations to Psalm’s codebase 2019-10-09 09:17:43 -04:00
ReferenceConstraint.php