diff options
author | tailor <cygnus@janrain.com> | 2006-03-02 00:28:31 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-03-02 00:28:31 +0000 |
commit | 84ea7496df22f6f604b5edc7a3285c0b5ac0a2cb (patch) | |
tree | 1c4d92d439231763b9b673c0f7ac3c46b14ba069 | |
parent | 28fd2746bc1cf5425b9c2a48288f8e206bbe94b5 (diff) | |
download | php-openid-84ea7496df22f6f604b5edc7a3285c0b5ac0a2cb.zip php-openid-84ea7496df22f6f604b5edc7a3285c0b5ac0a2cb.tar.gz php-openid-84ea7496df22f6f604b5edc7a3285c0b5ac0a2cb.tar.bz2 |
[project @ Corrected docs in FileStore]
-rw-r--r-- | Auth/OpenID/FileStore.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Auth/OpenID/FileStore.php b/Auth/OpenID/FileStore.php index c682ee5..48e9877 100644 --- a/Auth/OpenID/FileStore.php +++ b/Auth/OpenID/FileStore.php @@ -34,17 +34,14 @@ require_once 'Auth/OpenID/HMACSHA1.php'; * People wishing to just use this store need only pay attention to * the constructor. * - * Methods of this object can raise OSError if unexpected filesystem - * conditions, such as bad permissions or missing directories, occur. - * * @package OpenID */ class Auth_OpenID_FileStore extends Auth_OpenID_OpenIDStore { /** - * Initializes a new FileOpenIDStore. This initializes the nonce - * and association directories, which are subdirectories of the - * directory passed in. + * Initializes a new {@link Auth_OpenID_FileStore}. This + * initializes the nonce and association directories, which are + * subdirectories of the directory passed in. * * @param string $directory This is the directory to put the store * directories in. |