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

10 lines
167 B
PHP
Raw Normal View History

2015-06-15 16:24:45 +03:00
<?php
use OCP\AppFramework\IApi as OAFIA;
/**
* Class BadClass - creating an instance of a blacklisted class is not allowed
*/
class BadClass implements OAFIA {
}