Outputtxt : phpstan

This commit is contained in:
2022-07-27 08:43:38 +02:00
parent e5d407960e
commit 89e26be943

View File

@@ -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;
}