Exemplo n.º 1
0
 public function visit(ClassReflection $class)
 {
     $filePath = $this->remoteRepository->getRelativePath($class->getFile());
     if ($class->getRelativeFilePath() != $filePath) {
         $class->setRelativeFilePath($filePath);
         return true;
     }
     return false;
 }