Merge pull request #586 from GrahamForks/access-fix

"@access static" isn't a thing

* GrahamForks/access-fix:
  "@access static" isn't a thing
This commit is contained in:
Andreas Fischer 2014-12-27 20:24:27 +01:00
commit c3a8f98dcb

View File

@ -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;