test-deprecated-use-alias.php 167 B

123456789
  1. <?php
  2. use OCP\AppFramework\IApi as OAFIA;
  3. /**
  4. * Class BadClass - creating an instance of a blacklisted class is not allowed
  5. */
  6. class BadClass implements OAFIA {
  7. }