/**
  * @return array|null|string
  */
 public function getFile()
 {
     return $this->fileScanner->getFile();
 }