aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker/test-deprecated-function-sub.php
blob: c08d3bad8c050be1a5bb9f211362d14e9674104e (plain)
1
2
3
4
5
6
<?php

use OCP\NamespaceName;

NamespaceName\ClassName::functionName();
NamespaceName\ClassName::methodName();