Skip to content

Commit

Permalink
Phase 2 convert BRANCH to PSR-12
Browse files Browse the repository at this point in the history
  • Loading branch information
joomla-bot committed Jun 27, 2022
1 parent fe2fefd commit c775b48
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugins/workflow/fields/fields.php
Expand Up @@ -6,9 +6,9 @@
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
* @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\Event\Workflow\WorkflowFunctionalityUsedEvent;
Expand All @@ -23,6 +23,7 @@
use Joomla\Event\EventInterface;
use Joomla\Event\SubscriberInterface;
use Joomla\Component\Fields\Administrator\Helper\FieldsHelper;

/**
* Workflow Publishing Plugin
*
Expand Down

0 comments on commit c775b48

Please sign in to comment.