Code Duplication    Length = 8-8 lines in 2 locations

src/Service/Prize.php 1 location

@@ 111-118 (lines=8) @@
108
     *
109
     * @return PrizeMapper
110
     */
111
    public function getPrizeMapper()
112
    {
113
        if (null === $this->prizeMapper) {
114
            $this->prizeMapper = $this->serviceLocator->get('playgroundgame_prize_mapper');
115
        }
116
117
        return $this->prizeMapper;
118
    }
119
120
    /**
121
     * setPrizeMapper

src/Service/InstantWin.php 1 location

@@ 655-662 (lines=8) @@
652
     *
653
     * @return PrizeMapperInterface
654
     */
655
    public function getPrizeMapper()
656
    {
657
        if (null === $this->prizeMapper) {
658
            $this->prizeMapper = $this->serviceLocator->get('playgroundgame_prize_mapper');
659
        }
660
661
        return $this->prizeMapper;
662
    }
663
664
    /**
665
     * setInstantWinOccurrenceMapper