Skip to content

Commit

Permalink
CS adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
terrafrost committed Oct 7, 2023
1 parent 1bfc9a3 commit 967210f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phpseclib/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
'is not supported by phpseclib.'
);
}
}
}
3 changes: 2 additions & 1 deletion tests/Functional/Net/SFTPUserStoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,8 @@ public function testChownChgrp($sftp)
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);
}
}

0 comments on commit 967210f

Please sign in to comment.