| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace norsys\score\net\uri\scheme; |
||
| 9 | class rfc3986 extends php\string\lowercase |
||
| 10 | implements |
||
| 11 | scheme |
||
| 12 | { |
||
| 13 | private $port; |
||
| 14 | |||
| 15 | function __construct(string $string, port $port, \exception $exception = null) |
||
| 34 | } |
||
| 35 | |||
| 36 | function recipientOfPortInUriSchemeAsStringFromConverterIs(port\converter\toString $converter, php\string\recipient $recipient) :void |
||
| 41 |
Adding explicit visibility (
private,protected, orpublic) is generally recommend to communicate to other developers how, and from where this method is intended to be used.