We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
composer style-fix
1 parent f6a3dd9 commit 62ce08fCopy full SHA for 62ce08f
1 file changed
src/Validators/DatapackageValidator.php
@@ -36,8 +36,8 @@ protected function getDescriptorForValidation()
36
$url = 'file://'.$url;
37
}
38
39
- } else if (is_string($resource->path)) {
40
- $resource->path .= 'file://' . $resource->path;
+ } elseif (is_string($resource->path)) {
+ $resource->path .= 'file://'.$resource->path;
41
42
43
0 commit comments