public function findFile(string $class) : ?string { return $this->isFinder ? $this->classLoader[0] ->findFile($class) ?: null : null; }