Should the return type not be \PHPUnit_Extensions_Database_DataSet_ITable|null?
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...
14
*/
15
4
public function toPhpUnitTable()
16
{
17
4
$dataSet = new \PHPUnit_Extensions_Database_DataSet_CsvDataSet();
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.