From 656261727b9354fa9ecb46382888873e6eceb3a3 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 17 Nov 2014 11:21:36 +0100 Subject: Code format. Always use () for functions. --- auth/ssh.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'auth/ssh.php') diff --git a/auth/ssh.php b/auth/ssh.php index 5fdd489..d8d56a1 100644 --- a/auth/ssh.php +++ b/auth/ssh.php @@ -19,9 +19,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once 'Crypt/RSA.php'; -require_once 'Net/SSH2.php'; -require_once 'authentication.php'; +require_once('Crypt/RSA.php'); +require_once('Net/SSH2.php'); +require_once('authentication.php'); final class SSH extends Authentication { private $port; -- cgit v1.2.3