Skip to content

Commit 62ce08f

Browse files
committed
automatic style fix - using composer style-fix
1 parent f6a3dd9 commit 62ce08f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Validators/DatapackageValidator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ protected function getDescriptorForValidation()
3636
$url = 'file://'.$url;
3737
}
3838
}
39-
} else if (is_string($resource->path)) {
40-
$resource->path .= 'file://' . $resource->path;
39+
} elseif (is_string($resource->path)) {
40+
$resource->path .= 'file://'.$resource->path;
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)