@@ -38,7 +38,7 @@ |
||
38 | 38 | |
39 | 39 | /** |
40 | 40 | * @param integer $code |
41 | - * @param mixed $extraDetails |
|
41 | + * @param string $extraDetails |
|
42 | 42 | */ |
43 | 43 | protected function addError($code, $extraDetails=null) |
44 | 44 | { |
@@ -1,7 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | namespace frictionlessdata\tableschema; |
3 | 3 | use frictionlessdata\tableschema\Exceptions\DataSourceException; |
4 | -use frictionlessdata\tableschema\Fields\BaseField; |
|
5 | 4 | |
6 | 5 | /** |
7 | 6 | * represents a data source which validates against a table schema |