Skip to content

Commit 8fac2f2

Browse files
committed
Revert accidentally changed code sample
1 parent 74f6626 commit 8fac2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Fixer/FinalClassInEntitiesFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function getDefinition(): FixerDefinitionInterface
4848
'<?php
4949
declare(strict_types=1);
5050
namespace App\Entity;
51-
class Product
51+
final class Product
5252
{
5353
}
5454
'

0 commit comments

Comments
 (0)