@@ -7,8 +7,7 @@ |
||
| 7 | 7 | |
| 8 | 8 | use vsc\infrastructure\Object; |
| 9 | 9 | |
| 10 | -class Url extends Object |
|
| 11 | -{ |
|
| 10 | +class Url extends Object { |
|
| 12 | 11 | static protected $queryEncodingType = PHP_QUERY_RFC1738; |
| 13 | 12 | static protected $validSchemes = ['http', 'https', 'file']; |
| 14 | 13 | |