Exemple #1
0
 /**
  * @param FilePath $relativeLockPath
  *
  * @return int
  */
 protected function getLockExpiry(FilePath $relativeLockPath)
 {
     $mTime = $this->gitRepository->getModificationTime($relativeLockPath);
     return $mTime + 60;
 }