This check compares the return type specified in the @return annotation of a function
or method doc comment with the types returned by the function and raises an issue if they
mismatch.
Loading history...
27
*/
28
public function getFileLocation ()
29
{
30
return $this->fileLocation;
31
}
32
33
/**
34
* Set the location of the website file that triggered this exception
This check compares the return type specified in the
@returnannotation of a function or method doc comment with the types returned by the function and raises an issue if they mismatch.