<?php/** * FileRepo for temporary files created by FileRepo::getTempRepo() * * @internal * @ingroup FileRepo */classTempFileRepoextendsFileRepo{/** * @return never */publicfunctiongetTempRepo(){thrownewLogicException("Cannot get a temp repo from a temp repo.");}}