1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal/Analyzer/Statements/Expression
Tyson Andre dbcedd300b Fix error messages for $boolVar !== null
Seen for this example:

    $b = rand() % 2 > 0;
    if ($b !== null) { ... }
2019-04-26 00:19:46 -04:00
..
Assignment Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
Call Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
Fetch Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
ArrayAnalyzer.php Cast null array key to empty string 2019-03-22 16:45:17 -04:00
AssertionFinder.php Fix error messages for $boolVar !== null 2019-04-26 00:19:46 -04:00
AssignmentAnalyzer.php Add a way to ignore variable method & property calls 2019-04-20 17:49:49 -04:00
BinaryOpAnalyzer.php Fix typo: "Arithmentic" -> "Arithmetic" 2019-03-24 23:00:51 -04:00
CallAnalyzer.php Split apart TypeCoercion issues, allowing more granular issue filtering 2019-04-25 18:02:19 -04:00
IncludeAnalyzer.php Fix #1526 - ignore files if they weren’t picked up in scanning step 2019-04-03 10:43:48 -04:00
TernaryAnalyzer.php Fix #1227 - allow genric params in @psalm-assert 2019-01-22 23:42:54 -05:00