diff --git a/php/src/Item.php b/php/src/Item.php index 012f4b51..732c41fc 100644 --- a/php/src/Item.php +++ b/php/src/Item.php @@ -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,