Example #1
0
 public function execute(Troll $troll)
 {
     if ($troll->isSecondState()) {
         $troll->second();
     }
 }