Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PHPStan keeps improving and adding more and better checks. Let's use the latest version to get the most benefit from it ;-) Includes ignoring one newly flagged issue and fixing another. ``` ------ --------------------------------------------------------------- Line module.audio-video.quicktime.php ------ --------------------------------------------------------------- 1653 Variable $altitude in empty() always exists and is not falsy. ------ --------------------------------------------------------------- ------ ----------------------------------------------------------------------------------------- Line module.audio-video.riff.php ------ ----------------------------------------------------------------------------------------- 101 Binary operation "+" between (float|int) and array|float|int|false results in an error. ------ ----------------------------------------------------------------------------------------- ```
- Loading branch information