mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
10 lines
159 B
PHP
10 lines
159 B
PHP
<?php
|
|
|
|
/**
|
|
* Class BadClass - sub class a forbidden class is not allowed
|
|
* NOTE: lowercase typo is intended
|
|
*/
|
|
class BadClass implements oC_Avatar {
|
|
|
|
}
|