nextcloud/tests/data/app/code-checker/test-deprecated-function.php

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
97 B
PHP
Raw Permalink Normal View History

2015-06-15 11:50:37 -04:00
<?php
\OCP\NamespaceName\ClassName::functionName();
2015-06-15 12:36:04 -04:00
\OCP\NamespaceName\ClassName::methodName();