fix invalid test method validation on class Type.php

This commit is contained in:
Erik Amaru Ortiz
2013-12-10 11:49:59 -04:00
parent c46cc6bf76
commit 5ab06b2539

View File

@@ -189,7 +189,7 @@ class Type
}
/**
* @param integer $age {@type 1,2,,}
* @param integer $age {@choise 1,2}
*/
function postInt($age='')
{