Skip to content

Commit

Permalink
Fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdejonge committed Apr 7, 2024
1 parent 34a1a1a commit 92ce907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FtpConnectionProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

namespace League\Flysystem\Ftp;

use const FTP_USEPASVADDRESS;
use function error_clear_last;
use function error_get_last;
use const FTP_USEPASVADDRESS;

class FtpConnectionProvider implements ConnectionProvider
{
Expand Down

0 comments on commit 92ce907

Please sign in to comment.