mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
c91e245074
The main aim is to exclude boolean false, which could be coerced into '' in the following cases: ``` file_put_contents('outfile', file_get_contents('invalid_file')); // false instead of string file_put_contents('outfile', fopen('invalid_file', 'r')); // false instead of resource file_put_contents('outfile', file('invalid_file')); // false instead of array ``` |
||
---|---|---|
.. | ||
scripts | ||
CallMap_71_delta.php | ||
CallMap_72_delta.php | ||
CallMap_73_delta.php | ||
CallMap_74_delta.php | ||
CallMap_80_delta.php | ||
CallMap_81_delta.php | ||
CallMap_historical.php | ||
CallMap.php | ||
InternalTaintSinkMap.php | ||
PropertyMap.php |