mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
9 lines
158 B
PHP
9 lines
158 B
PHP
<?php
|
|
|
|
use OCP\NamespaceName;
|
|
|
|
/**
|
|
* Class BadClass - creating an instance of a blacklisted class is not allowed
|
|
*/
|
|
NamespaceName\ClassName::CONSTANT_NAME;
|