nextcloud/tests/data/app/code-checker/test-deprecated-use-sub-ali...

10 lines
163 B
PHP

<?php
use OCP\AppFramework as OAF;
/**
* Class BadClass - creating an instance of a blacklisted class is not allowed
*/
class BadClass implements OAF\IApi {
}