From bd0537fec52aff002e4492ef01a4d8318143e477 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 27 Dec 2014 15:38:14 +0000 Subject: [PATCH] "@access static" isn't a thing --- phpseclib/Net/SFTP/Stream.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpseclib/Net/SFTP/Stream.php b/phpseclib/Net/SFTP/Stream.php index 2e5a5794..eda1cdba 100644 --- a/phpseclib/Net/SFTP/Stream.php +++ b/phpseclib/Net/SFTP/Stream.php @@ -48,7 +48,6 @@ class Net_SFTP_Stream * Rather than re-create the connection we re-use instances if possible * * @var Array - * @access static */ static $instances;