for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class PHP_Error_Job
{
public function perform()
callToUndefinedFunction();
callToUndefinedFunction
If this is a false-positive, you can also ignore this issue in your code via the ignore-call annotation
ignore-call
/** @scrutinizer ignore-call */
}