Skip to content

Commit

Permalink
fix: phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurujai committed Nov 6, 2024
1 parent d42201b commit e08834a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/Controller/IngestControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Pumukit\ExternalAPIBundle\Tests\Controller;

use Doctrine\ODM\MongoDB\DocumentManager;
use Doctrine\ODM\MongoDB\MongoDBException;
use Pumukit\CoreBundle\Tests\PumukitTestCase;
use Pumukit\EncoderBundle\Services\Repository\JobRepository;
Expand All @@ -26,7 +27,7 @@ class IngestControllerTest extends PumukitTestCase
public const ENDPOINT_CREATE_MEDIA_PACKAGE = '/api/ingest/createMediaPackage';
public const ENDPOINT_ADD_ATTACHMENT = '/api/ingest/addAttachment';

protected $dm;
protected DocumentManager $dm;
private $jobRepository;

public function setUp(): void
Expand Down

0 comments on commit e08834a

Please sign in to comment.