@@ -215,14 +215,14 @@ |
||
| 215 | 215 | protected $basePath; |
| 216 | 216 | protected $skipValidations = false; |
| 217 | 217 | |
| 218 | - /** |
|
| 219 | - * called by the resources iterator for each iteration. |
|
| 220 | - * |
|
| 221 | - * @param object $descriptor |
|
| 222 | - * |
|
| 223 | - * @return \frictionlessdata\datapackage\Resources\BaseResource |
|
| 224 | - * @throws \frictionlessdata\datapackage\Exceptions\ResourceValidationFailedException |
|
| 225 | - */ |
|
| 218 | + /** |
|
| 219 | + * called by the resources iterator for each iteration. |
|
| 220 | + * |
|
| 221 | + * @param object $descriptor |
|
| 222 | + * |
|
| 223 | + * @return \frictionlessdata\datapackage\Resources\BaseResource |
|
| 224 | + * @throws \frictionlessdata\datapackage\Exceptions\ResourceValidationFailedException |
|
| 225 | + */ |
|
| 226 | 226 | protected function initResource($descriptor) |
| 227 | 227 | { |
| 228 | 228 | return Factory::resource($descriptor, $this->basePath, $this->skipValidations); |