https://www.php.net/manual/en/function.getenv.php, https://www.php.net/manual/en/function.fread.php, and https://www.php.net/manual/en/function.file-get-contents.php can return false.
Handle that correctly so PHPStan throws less "Parameter #1 $string of function strlen expects string, string|false given." and "Parameter #1 $string of function strlen expects string, string|null given." output.
Details
Details
- Reviewers
- None
- Group Reviewers
O1: Blessed Committers
Read the code; run static code analysis.
Diff Detail
Diff Detail
- Repository
- rARC Arcanist
- Branch
- strlenNull (branched from master)
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 2109 Build 2109: arc lint + arc unit