1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/examples
orklah 3652d51275
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
2021-01-29 11:39:39 +01:00
..
plugins replace return; by return null; in every non-void method, add return null; when mising, add return types, remove redundant phpdoc (#4176) 2021-01-29 11:38:58 +01:00
TemplateChecker.php Remove empty() and use strict comparison when safe (#4211) 2021-01-29 11:39:39 +01:00
TemplateScanner.php Remove empty() and use strict comparison when safe (#4211) 2021-01-29 11:39:39 +01:00