Skip to content

Commit 7b9af37

Browse files
sgehrigphansys
andcommitted
CS fixes as per suggestion
Co-authored-by: Javier Spagnoletti <phansys@gmail.com>
1 parent 39bc2f7 commit 7b9af37

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/Gedmo/Blameable/BlameableIntegerTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,8 @@ public function testBlameableInteger(): void
4343
$this->em->flush();
4444
$this->em->clear();
4545

46-
/**
47-
* @var CompanyInteger $foundCompany
48-
*/
4946
$foundCompany = $this->em->getRepository(CompanyInteger::class)->findOneBy(['name' => 'My Name']);
47+
assert($foundCompany instanceof CompanyInteger);
5048
$creator = $foundCompany->getCreator();
5149

5250
static::assertSame($this->userId, $creator);

0 commit comments

Comments
 (0)