diff --git a/php/src/GildedRose.php b/php/src/GildedRose.php index 04af739c..deb14bc8 100644 --- a/php/src/GildedRose.php +++ b/php/src/GildedRose.php @@ -18,6 +18,12 @@ final class GildedRose public function updateQuality(): void { foreach ($this->items as $item) { + + if ($item->name === 'Sulfuras, Hand of Ragnaros') { + continue; + } + + if ($item->name != 'Aged Brie' and $item->name != 'Backstage passes to a TAFKAL80ETC concert') { if ($item->quality > 0) { if ($item->name != 'Sulfuras, Hand of Ragnaros') {