Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.2] phpcs comments / use statements #44194

Open
wants to merge 4 commits into
base: 5.2-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

namespace Joomla\Component\Content\Administrator\Model;

// phpcs:disable PSR1.Files.SideEffects
use Joomla\Database\QueryInterface;

// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects

Expand Down
1 change: 0 additions & 1 deletion libraries/src/Event/Application/BeforeCompileHeadEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
namespace Joomla\CMS\Event\Application;

// phpcs:disable PSR1.Files.SideEffects

\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects

Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Extension/Service/Provider/MVCFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:e_JEXECes.SideEffects
// phpcs:enable PSR1.Files.SideEffects

/**
* Service provider for the service MVC factory.
Expand Down
2 changes: 1 addition & 1 deletion libraries/src/Table/Ucm.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

namespace Joomla\CMS\Table;

// phpcs:disable PSR1.Files.SideEffects
use Joomla\Database\DatabaseDriver;
use Joomla\Event\DispatcherInterface;

// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects

Expand Down