From 64fd412f8089c2dcab5c660e999a73da189435c8 Mon Sep 17 00:00:00 2001 From: Matt Trefilek <matthew.trefilek@wisc.edu> Date: Fri, 6 Oct 2017 09:10:19 -0500 Subject: [PATCH] Updating documentation --- .gitignore | 1 + src/main/edu/wisc/doit/RpcNetidClient.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 180786f..1a1e3e1 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 74af635..00a2477 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 */ -- GitLab