Some more PHP-CS

This commit is contained in:
Philipp Holzer 2023-07-03 00:12:59 +02:00
parent 82f3e4ad86
commit e9699b8e55
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432

View file

@ -31,7 +31,7 @@ use Friendica\Core\Hooks\Exceptions\HookConfigException;
*/ */
class HookFileManager class HookFileManager
{ {
const STATIC_DIR = 'static'; const STATIC_DIR = 'static';
const CONFIG_NAME = 'hooks'; const CONFIG_NAME = 'hooks';
/** @var ICanLoadAddons */ /** @var ICanLoadAddons */