diff --git a/bin/keychain.php b/bin/keychain.php index 93ed8f33ceca1..7c609ea793bca 100644 --- a/bin/keychain.php +++ b/bin/keychain.php @@ -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') {