Skip to content

Commit 39bc2f7

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Gedmo/Blameable/BlameableIntegerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testBlameableInteger(): void
4747
* @var CompanyInteger $foundCompany
4848
*/
4949
$foundCompany = $this->em->getRepository(CompanyInteger::class)->findOneBy(['name' => 'My Name']);
50-
$creator = $foundCompany->getCreator();
50+
$creator = $foundCompany->getCreator();
5151

5252
static::assertSame($this->userId, $creator);
5353
}

0 commit comments

Comments
 (0)