diff --git a/.gitignore b/.gitignore index 180786fad3ac794b7745808746faa0c1a59f3519..1a1e3e1726451d37e3858fb3d8f3df09ff0797c7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,7 @@ /phpunit.phar /docs /modules +/go-pear.phar /src/main/wsdltophp/prod/RPCNetID/* /src/main/wsdltophp/prod/RPCNetID/.gitkeep diff --git a/src/main/edu/wisc/doit/RpcNetidClient.php b/src/main/edu/wisc/doit/RpcNetidClient.php index 74af635d673aec9159b96b497da2138eb1436d23..00a2477396db9ebb573fcd526a3cf8927b4a5b55 100644 --- a/src/main/edu/wisc/doit/RpcNetidClient.php +++ b/src/main/edu/wisc/doit/RpcNetidClient.php @@ -73,7 +73,8 @@ interface RpcNetidClient { /** * Validates a NetID password meets complexity requirements - * + * + * @param string $uid the user's netid * @param string $password the password * @return RpcNetidStructValidationResponse indicates if valid and the reason for invalid */