Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bembelimen committed Jul 1, 2023
1 parent 86af76f commit 87ca5b2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions plugins/schemaorg/blogposting/src/Extension/Blogposting.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
namespace Joomla\Plugin\Schemaorg\Blogposting\Extension;

use Joomla\CMS\Application\CMSApplicationInterface;
use Joomla\CMS\Form\Form;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Schemaorg\SchemaorgPluginTrait;
use Joomla\CMS\Event\AbstractEvent;
use Joomla\Registry\Registry;
use Joomla\Event\SubscriberInterface;

Expand Down
2 changes: 0 additions & 2 deletions plugins/schemaorg/book/src/Extension/Book.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
namespace Joomla\Plugin\Schemaorg\Book\Extension;

use Joomla\CMS\Application\CMSApplicationInterface;
use Joomla\CMS\Form\Form;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Schemaorg\SchemaorgPluginTrait;
use Joomla\CMS\Event\AbstractEvent;
use Joomla\Registry\Registry;
use Joomla\Event\SubscriberInterface;

Expand Down
2 changes: 0 additions & 2 deletions plugins/schemaorg/event/src/Extension/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
namespace Joomla\Plugin\Schemaorg\Event\Extension;

use Joomla\CMS\Application\CMSApplicationInterface;
use Joomla\CMS\Form\Form;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Schemaorg\SchemaorgPluginTrait;
use Joomla\CMS\Event\AbstractEvent;
use Joomla\Registry\Registry;
use Joomla\Event\SubscriberInterface;

Expand Down
2 changes: 0 additions & 2 deletions plugins/schemaorg/organization/src/Extension/Organization.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
namespace Joomla\Plugin\Schemaorg\Organization\Extension;

use Joomla\CMS\Application\CMSApplicationInterface;
use Joomla\CMS\Form\Form;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Schemaorg\SchemaorgPluginTrait;
use Joomla\CMS\Event\AbstractEvent;
use Joomla\Event\SubscriberInterface;

// phpcs:disable PSR1.Files.SideEffects
Expand Down
2 changes: 0 additions & 2 deletions plugins/schemaorg/person/src/Extension/Person.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
namespace Joomla\Plugin\Schemaorg\Person\Extension;

use Joomla\CMS\Application\CMSApplicationInterface;
use Joomla\CMS\Form\Form;
use Joomla\CMS\Plugin\CMSPlugin;
use Joomla\CMS\Schemaorg\SchemaorgPluginTrait;
use Joomla\CMS\Event\AbstractEvent;
use Joomla\Event\SubscriberInterface;

// phpcs:disable PSR1.Files.SideEffects
Expand Down

0 comments on commit 87ca5b2

Please sign in to comment.