public function supports(mixed $resource, ?string $type = null) : bool { // only when type is forced to directory, not to conflict with AttributeLoader return 'directory' === $type; }