Skip to content

Commit 95b940a

Browse files
author
tailor
committed
[project @ Cleaned up documentation in store source.]
1 parent 08c65c6 commit 95b940a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Net/OpenID/Store/DumbStore.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@
1111
* @package OpenID
1212
* @author JanRain, Inc. <[email protected]>
1313
* @copyright 2005 Janrain, Inc.
14-
* @license: http://www.gnu.org/copyleft/lesser.html LGPL
14+
* @license http://www.gnu.org/copyleft/lesser.html LGPL
1515
*/
1616

17+
/**
18+
* Import the interface for creating a new store class.
19+
*/
1720
require('Interface.php');
1821
require('Net/OpenID/CryptUtil.php');
1922

@@ -26,6 +29,8 @@
2629
*
2730
* Most of the methods of this class are implementation details.
2831
* Users of this class need to worry only about the constructor.
32+
*
33+
* @package OpenID
2934
*/
3035
class Net_OpenID_DumbStore extends Net_OpenID_OpenIDStore {
3136

Net/OpenID/Store/Interface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* mechanisms that the OpenID library needs, for both servers and
2020
* consumers.
2121
*
22+
* @package OpenID
2223
* @author JanRain, Inc. <[email protected]>
2324
*/
2425
class Net_OpenID_OpenIDStore {

Net/OpenID/Store/MemCacheStore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @package OpenID
1212
* @author JanRain, Inc. <[email protected]>
1313
* @copyright 2005 Janrain, Inc.
14-
* @license: http://www.gnu.org/copyleft/lesser.html LGPL
14+
* @license http://www.gnu.org/copyleft/lesser.html LGPL
1515
*
1616
*/
1717

0 commit comments

Comments
 (0)