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