for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
echo version_compare('2.0', '2.0', '<=');
version_compare('2.0', '2.0', '<=')
integer|true
echo
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
ignore-type
echo /** @scrutinizer ignore-type */ version_compare('2.0', '2.0', '<=');