From dd96a8f0921977e0c6f7193f6c7b10fb515b7870 Mon Sep 17 00:00:00 2001 From: zero-24 Date: Fri, 23 Sep 2016 20:15:05 +0200 Subject: [PATCH 1/2] fix travis --- bin/keychain.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/keychain.php b/bin/keychain.php index 93ed8f33ceca1..50969528946a8 100644 --- a/bin/keychain.php +++ b/bin/keychain.php @@ -6,9 +6,11 @@ * @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') { From 356fde2b1a42003553175db3eba2c1c8567a6bbf Mon Sep 17 00:00:00 2001 From: zero-24 Date: Fri, 23 Sep 2016 20:17:41 +0200 Subject: [PATCH 2/2] space --- bin/keychain.php | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/keychain.php b/bin/keychain.php index 50969528946a8..7c609ea793bca 100644 --- a/bin/keychain.php +++ b/bin/keychain.php @@ -10,7 +10,6 @@ // @deprecated 4.0 Deprecated without replacement - // Make sure we're being called from the command line, not a web interface if (PHP_SAPI !== 'cli') {