Completed
Push — master ( 29cde4...77c4c6 )
by Ori
03:02
created
src/SchemaValidator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
src/Table.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.