Skip to content
Snippets Groups Projects

Change Reason string to array of reasons

Merged Matt Trefilek requested to merge TREFILEK/rpc-netid-php:master into master
5 files
+ 8
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -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
*/
Loading