| Total Complexity | 3 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace norsys\score\composer\config\platform; |
||
| 8 | class php |
||
| 9 | implements |
||
| 10 | constraint |
||
| 11 | { |
||
| 12 | private |
||
| 13 | $version, |
||
| 14 | $converter |
||
| 15 | ; |
||
| 16 | |||
| 17 | function __construct(version $version, version\converter\toString $converter = null) |
||
| 21 | } |
||
| 22 | |||
| 23 | function keyValueSerializerIs(serializer $serializer) :void |
||
| 43 |
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.