Skip to content

Commit

Permalink
CS adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Oct 21, 2023
1 parent eb04913 commit 4660282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Functional/Net/SFTPUserStoryTest.php
Expand Up @@ -807,7 +807,7 @@ public function testChownChgrp($sftp)
public function testCallableGetWithLength($sftp)
{
$sftp->put('test.txt', 'zzzzz');
$sftp->get('test.txt', function($data) {
$sftp->get('test.txt', function ($data) {
}, 0, 1);
$this->assertTrue(true);
}
Expand Down

0 comments on commit 4660282

Please sign in to comment.