1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/examples
orklah b19f0a7034
Remove empty() and use strict comparison when safe (#4211)
* replace empty usage with stricter checks

* use strict comparison when safe

* replace is_null with === null for consistency
2020-09-19 18:26:51 -04:00
..
plugins replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2020-09-13 16:39:06 -04:00
TemplateChecker.php Remove empty() and use strict comparison when safe (#4211) 2020-09-19 18:26:51 -04:00
TemplateScanner.php Remove empty() and use strict comparison when safe (#4211) 2020-09-19 18:26:51 -04:00