Skip to content

Commit

Permalink
Release-1.24.0: Fix phpcs issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
nagyad committed Jun 30, 2023
1 parent bc5d771 commit 0c2c101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/oe_media_iframe/oe_media_iframe.post_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

declare(strict_types = 1);

use Drupal\Core\Config\FileStorage;
use Drupal\Component\Utility\Crypt;
use Drupal\Core\Config\FileStorage;
use Drupal\field\Entity\FieldConfig;
use Drupal\filter\Entity\FilterFormat;

Expand Down
2 changes: 1 addition & 1 deletion modules/oe_media_iframe/src/Plugin/media/Source/Iframe.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

use Drupal\Core\Entity\Display\EntityFormDisplayInterface;
use Drupal\Core\Entity\Display\EntityViewDisplayInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\file\FileInterface;
use Drupal\media\MediaInterface;
use Drupal\Core\Form\FormStateInterface;
use Drupal\media\MediaSourceBase;
use Drupal\media\MediaTypeInterface;

Expand Down

0 comments on commit 0c2c101

Please sign in to comment.