DeadCodeDetectionNotSupportedException
public function enableDeadCodeDetection() : void { if (!$this->canDetectDeadCode()) { throw new DeadCodeDetectionNotSupportedException(sprintf('%s does not support dead code detection', $this->nameAndVersion())); } $this->detectDeadCode = true; }