Outputtxt : phpstan
This commit is contained in:
@@ -131,7 +131,7 @@ class Outputtxt extends Output
|
|||||||
elseif ($data === NULL)
|
elseif ($data === NULL)
|
||||||
echo "NULL\n";
|
echo "NULL\n";
|
||||||
else
|
else
|
||||||
echo "TODO : ".gettype ($rc)." on ".__FILE__.":".__LINE__."\n";
|
echo "TODO : ".gettype ($data)." on ".__FILE__.":".__LINE__."\n";
|
||||||
if (!defined ("PHPUNIT"))
|
if (!defined ("PHPUNIT"))
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user