1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Internal/Codebase
Philip Hofstetter ab9c82e251 mark ftp_close as impure
in theory, all ftp_* functions are impure, but not marking them
encourages the good practice of checking the return value.

However, ftp_close(), while it's possible for it to fail, what good
would checking the return type do? How is one supposed to handle the
failure to close a stream in a way that affects future program flow?
2020-03-05 15:37:08 -05:00
..
Analyzer.php Add slash 2020-03-02 16:02:45 -05:00
CallMap.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00
ClassLikes.php Fix location of traits 2020-03-02 23:07:21 -05:00
Functions.php mark ftp_close as impure 2020-03-05 15:37:08 -05:00
Methods.php Add references to property-defining classes 2020-02-26 16:49:14 -05:00
Populator.php Fix #2874 - understand doubly-inherited interface templates 2020-02-24 17:58:44 -05:00
Properties.php Add references to property-defining classes 2020-02-26 16:49:14 -05:00
PropertyMap.php Remove redundant @psalm-suppress in Psalm’s codebsae 2019-08-18 16:10:12 -04:00
ReferenceMapGenerator.php Move reference map generation into separate file 2020-02-23 14:53:31 -05:00
Reflection.php Fix #2805 - forbid passing in mutable class to mutation-free context 2020-02-21 18:25:35 -05:00
Scanner.php Don’t cache all traits 2020-03-02 22:27:54 -05:00
Taint.php Use MethodIdentifier object instead of string 2020-02-14 20:54:26 -05:00