1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-16 11:26:55 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
Pavel Batečko dc78e9c57b Update password function types for PHP 7.4 (#2396)
* Support NULL predefined constants

* Fix #2395 - update password_hash() and password_needs_rehash() types for PHP 7.4

* Change $fq_const_name check so it still uses isset
2019-11-29 09:30:01 -05:00
..
Assignment Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
Call When calling magic method clone node info 2019-11-25 13:08:38 -05:00
Fetch Update password function types for PHP 7.4 (#2396) 2019-11-29 09:30:01 -05:00
ArrayAnalyzer.php Fix style 2019-11-27 02:11:18 -05:00
AssertionFinder.php Use more accurate way to determine list size 2019-11-26 16:34:19 -05:00
AssignmentAnalyzer.php Fix #2339 - add support for null coalescing operator 2019-11-27 00:34:23 -05:00
BinaryOpAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
CallAnalyzer.php Add support for arrow function inference 2019-11-27 10:12:59 -05:00
IncludeAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
TernaryAnalyzer.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00