Skip to content

Commit

Permalink
Merge pull request #12127 from zero-24/deprecate_keychain
Browse files Browse the repository at this point in the history
[3.x] Deprecate keychain for 4.0
  • Loading branch information
wilsonge authored Sep 22, 2016
2 parents 37e0128 + e72d772 commit 6e970f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bin/keychain.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
*
* @copyright Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
*
* @deprecated 4.0 Deprecated without replacement
*/

// Make sure we're being called from the command line, not a web interface
Expand Down
3 changes: 2 additions & 1 deletion libraries/joomla/keychain/keychain.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
/**
* Keychain Class
*
* @since 12.3
* @since 12.3
* @deprecated 4.0 Deprecated without replacement
*/
class JKeychain extends \Joomla\Registry\Registry
{
Expand Down

0 comments on commit 6e970f3

Please sign in to comment.