diff --git a/src/Outputtxt.php b/src/Outputtxt.php index fb80696..4905fc5 100644 --- a/src/Outputtxt.php +++ b/src/Outputtxt.php @@ -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; }