mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
6 lines
139 B
PHP
6 lines
139 B
PHP
<?php
|
|
|
|
/**
|
|
* Class BadClass - creating an instance of a blacklisted class is not allowed
|
|
*/
|
|
\OCP\NamespaceName\ClassName::CONSTANT_NAME;
|