mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 20:32:15 +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;
|
namespace GildedRose;
|
||||||
|
|
||||||
final class Item implements \Stringable
|
class Item implements \Stringable
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
public string $name,
|
public string $name,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user