mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-08 14:51:00 +00:00
CS adjustment that i don't agree with
This commit is contained in:
parent
839fd018d8
commit
de18d2d81b
@ -813,7 +813,8 @@ class SFTPUserStoryTest extends PhpseclibFunctionalTestCase
|
||||
public function testCallableGetWithLength($sftp)
|
||||
{
|
||||
$sftp->put('test.txt', 'zzzzz');
|
||||
$sftp->get('test.txt', function($data) {}, 0, 1);
|
||||
$sftp->get('test.txt', function ($data) {
|
||||
}, 0, 1);
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user