Home
last modified time | relevance | path

Searched refs:isReadable (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/symfony/yaml/Command/
DLintCommand.php122 if (!$this->isReadable($filename)) {
270 private function isReadable(string $fileOrDirectory): bool function in Symfony\\Component\\Yaml\\Command\\LintCommand