summaryrefslogtreecommitdiffstats
path: root/tests/data/app/code-checker/test-deprecated-use-sub-alias.php
blob: 9da4b75d216048f1be5845fc677a38b702b539c4 (plain)
1
2
3
4
5
6
7
8
9
<?php

use OCP\AppFramework as OAF;

/**
 * Class BadClass - creating an instance of a blacklisted class is not allowed
 */
class BadClass implements OAF\IApi {
}