Skip to content

Commit

Permalink
TTK-27357: Fix php-cs-fixer error
Browse files Browse the repository at this point in the history
  • Loading branch information
albacodina committed Nov 21, 2024
1 parent f543fbb commit 215cb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/VideoInsertService.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
use Doctrine\ODM\MongoDB\DocumentManager;
use Google\Service\YouTube\Video;
use Psr\Log\LoggerInterface;
use Pumukit\SchemaBundle\Document\MediaType\Track;
use Pumukit\SchemaBundle\Document\MultimediaObject;
use Pumukit\SchemaBundle\Document\Tag;
use Pumukit\SchemaBundle\Document\MediaType\Track;
use Pumukit\YoutubeBundle\Document\Error;
use Pumukit\YoutubeBundle\Document\Youtube;

Expand Down

0 comments on commit 215cb42

Please sign in to comment.