Skip to content

Commit

Permalink
Fix Travis error in keychain (#12157)
Browse files Browse the repository at this point in the history
* fix travis

* space
  • Loading branch information
zero-24 authored and rdeutz committed Sep 23, 2016
1 parent 6e970f3 commit cb21c0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/keychain.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
* @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
*/

// @deprecated 4.0 Deprecated without replacement

// Make sure we're being called from the command line, not a web interface
if (PHP_SAPI !== 'cli')
{
Expand Down

0 comments on commit cb21c0a

Please sign in to comment.