mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
Merge pull request #495 from schlessera/fix/php-remove-final-from-item-class
[PHP] Remove final keyword from Item class
This commit is contained in:
commit
5fb60271e2
@ -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