Skip to content

Commit

Permalink
Remove gopher from the list of special schemes
Browse files Browse the repository at this point in the history
  • Loading branch information
TRowbotham committed Oct 25, 2019
1 parent 8e3f374 commit c006258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Component/Scheme.php
Expand Up @@ -14,7 +14,6 @@ class Scheme
private const SPECIAL_SCHEMES = [
'ftp' => 21,
'file' => null,
'gopher' => 70,
'http' => 80,
'https' => 443,
'ws' => 80,
Expand Down

0 comments on commit c006258

Please sign in to comment.