1 | <?php |
||
2 | |||
3 | namespace img; |
||
4 | |||
5 | class cdn |
||
6 | { |
||
7 | static function url2cdn() |
||
0 ignored issues
–
show
|
|||
8 | { |
||
9 | } |
||
10 | } |
||
11 |
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.