Added rest of tests to phpstan check

This commit is contained in:
Alejandro Celaya
2022-10-24 20:25:06 +02:00
parent f459a99e7e
commit 01e0a95e14
4 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ class ShortUrlsFixture extends AbstractFixture implements DependentFixtureInterf
public function load(ObjectManager $manager): void
{
$relationResolver = new PersistenceShortUrlRelationResolver($manager);
$relationResolver = new PersistenceShortUrlRelationResolver($manager); // @phpstan-ignore-line
/** @var ApiKey $authorApiKey */
$authorApiKey = $this->getReference('author_api_key');