Skip to content

Commit 05eee5a

Browse files
author
gpolverini
committed
+ Add FTP default port.-
1 parent dc988f0 commit 05eee5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Scheme.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,6 @@ abstract class Scheme extends Enum
3535
public static $defaultPort = array(
3636
self::HTTP => 80,
3737
self::HTTPS => 443,
38+
self::FTP => 21
3839
);
3940
}

0 commit comments

Comments
 (0)