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...
29
*/
30
public function getSql(\Doctrine\ORM\Query\SqlWalker $sqlWalker)
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.