@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace frictionlessdata\datapackage\Validators; |
4 | 4 | |
5 | -use frictionlessdata\datapackage\Registry; |
|
6 | 5 | use frictionlessdata\datapackage\Utils; |
7 | 6 | use frictionlessdata\tableschema\SchemaValidator; |
8 | 7 | use frictionlessdata\tableschema\SchemaValidationError; |
@@ -192,7 +192,9 @@ |
||
192 | 192 | ]; |
193 | 193 | $ri = 0; |
194 | 194 | foreach ($packageCopy as $resource) { |
195 | - if ($resource->isRemote()) continue; |
|
195 | + if ($resource->isRemote()) { |
|
196 | + continue; |
|
197 | + } |
|
196 | 198 | |
197 | 199 | $resourceFiles = []; |
198 | 200 | $fileNames = $resource->save($base.'resource-'.$ri); |