From cc4deab402817805eae3b56b8c816e9ed3bd124e Mon Sep 17 00:00:00 2001 From: Joomla! Bot Date: Mon, 27 Jun 2022 22:40:46 +0200 Subject: [PATCH] Phase 2 convert BRANCH to PSR-12 --- plugins/workflow/notification/notification.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/workflow/notification/notification.php b/plugins/workflow/notification/notification.php index 53ce498150206..36df75d17432b 100644 --- a/plugins/workflow/notification/notification.php +++ b/plugins/workflow/notification/notification.php @@ -6,9 +6,9 @@ * * @copyright (C) 2020 Open Source Matters, Inc. * @license GNU General Public License version 2 or later; see LICENSE.txt - */ -defined('_JEXEC') or die; + * @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace + */ use Joomla\CMS\Application\CMSApplicationInterface; use Joomla\CMS\Component\ComponentHelper;