diff options
author | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-08-04 12:25:56 +0200 |
---|---|---|
committer | Jaime Perez Crespo <jaime.perez@uninett.no> | 2015-08-04 12:25:56 +0200 |
commit | 5d3e4cce317b99e3e5d685225e2c1aeb2b8edf44 (patch) | |
tree | 47e788bd9580f266fb15a33ec2d2ce6dbc605e04 /lib/SimpleSAML/Auth/Source.php | |
parent | 701009c27cbdf1835e1b6e8948a90ae08de2c1fa (diff) | |
download | simplesamlphp-5d3e4cce317b99e3e5d685225e2c1aeb2b8edf44.zip simplesamlphp-5d3e4cce317b99e3e5d685225e2c1aeb2b8edf44.tar.gz simplesamlphp-5d3e4cce317b99e3e5d685225e2c1aeb2b8edf44.tar.bz2 |
Fix phpdoc comments in SimpleSAML_SessionHandlerCookie plus a couple other minor fixes.
Diffstat (limited to 'lib/SimpleSAML/Auth/Source.php')
-rw-r--r-- | lib/SimpleSAML/Auth/Source.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/SimpleSAML/Auth/Source.php b/lib/SimpleSAML/Auth/Source.php index 15dab41..fef90b5 100644 --- a/lib/SimpleSAML/Auth/Source.php +++ b/lib/SimpleSAML/Auth/Source.php @@ -7,7 +7,7 @@ * An authentication source is any system which somehow authenticate the user. * * @author Olav Morken, UNINETT AS. - * @package simpleSAMLphp + * @package SimpleSAMLphp */ abstract class SimpleSAML_Auth_Source { |