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

use OCP\AppFramework;

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