mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-11 20:02:09 +00:00
Remove final keyword from Item class
This commit is contained in:
parent
d462c36618
commit
c64b2faf74
@ -4,7 +4,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace GildedRose;
|
||||
|
||||
final class Item implements \Stringable
|
||||
class Item implements \Stringable
|
||||
{
|
||||
public function __construct(
|
||||
public string $name,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user