1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-12 17:27:28 +01:00
psalm/src/Psalm/Internal
2020-03-11 15:43:15 -04:00
..
Analyzer Break out more methods 2020-03-11 13:35:33 -04:00
Codebase Fix #2951 - use reflection to identify trait when there’s more than one per file 2020-03-09 16:41:46 -04:00
Diff Remove unused code 2020-03-02 15:49:05 -05:00
ExecutionEnvironment Add CI_BRANCH var 2019-12-03 00:44:19 -05:00
FileManipulation Fix #2857 - use correct location for byref vars 2020-02-21 00:42:52 -05:00
Fork Switch exit codes 2020-02-26 09:33:07 -05:00
LanguageServer Replace issue data array with object 2020-02-16 18:24:40 -05:00
PluginManager Fix a couple of bugs 2020-02-21 01:32:22 -05:00
Provider Fix reference generation from methods in --diff mode 2020-03-06 13:02:34 -05:00
Scanner Fix support for bitwise or in constant expressions 2020-03-09 00:54:26 -04:00
Scope Remove some unnecessary errors 2020-02-06 23:10:18 -05:00
Stubs Make exception properties protected 2020-03-11 15:43:15 -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 #2932 - don’t crash when trying to expand callable object-like array 2020-03-09 10:56:37 -04:00
Visitor Avoid issue where caches haven’t caught up 2020-03-09 16:59:21 -04: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 Change signature on setcookie / setrawcookie (#1924) 2019-07-09 15:36:41 -04:00
CallMap_74_delta.php Update password function types for PHP 7.4 (#2396) 2019-11-29 09:30:01 -05:00
CallMap.php Most gd functions that output an image accept either a filename or a stream resource as the optional second parameter 2020-02-20 13:47:47 -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
MethodIdentifier.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
PropertyMap.php Fix #2799 - DOMNode::$parentNode is nullable 2020-02-12 09:20:01 -05:00
ReferenceConstraint.php