diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-24 17:39:35 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-24 17:39:35 +0000 |
commit | a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b (patch) | |
tree | 9194465a044c0fdad447eba2906f0472a4dff515 /modules/openid/openid.api.php | |
parent | a5f42fd007bf3646261b431c52cde53657e21564 (diff) | |
download | brdo-a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b.tar.gz brdo-a24a6c2bba2d15ab835e0b0fce9354bb6fb16c5b.tar.bz2 |
- Patch #471070 by stella: millions of code style fixes.
Diffstat (limited to 'modules/openid/openid.api.php')
-rw-r--r-- | modules/openid/openid.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openid/openid.api.php b/modules/openid/openid.api.php index 7b9be59b2..41f099148 100644 --- a/modules/openid/openid.api.php +++ b/modules/openid/openid.api.php @@ -19,7 +19,7 @@ * Possible values: * - request: Modify parameters before they are sent to the OpenID provider. * @param $request - * An associative array of parameter defaults to which to modify or append. + * An associative array of parameter defaults to which to modify or append. * @return * An associative array of parameters to be merged with the default list. * |