Skip to content

Commit

Permalink
move use statement out of phpcs disable
Browse files Browse the repository at this point in the history
caused by joomla#43265
  • Loading branch information
heelc29 committed Oct 6, 2024
1 parent 4b41186 commit b813045
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit b813045

Please sign in to comment.