| Total Complexity | 2 |
| Total Lines | 38 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php namespace norsys\score\fs\path\operator\unary\filename; |
||
| 5 | class any |
||
| 6 | { |
||
| 7 | private |
||
| 8 | $path, |
||
| 9 | $factory, |
||
| 10 | $operator |
||
| 11 | ; |
||
| 12 | |||
| 13 | function __construct(path $path, factory $factory, operator $operator) |
||
| 18 | } |
||
| 19 | |||
| 20 | function recipientOfOperationWithFsPathIs(path $otherPath, recipient $recipient) :void |
||
| 60 |
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.