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

use OCP\AppFramework\IApi as OAFIA;

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