Completed
Push — inspector_ng ( 73d9ce...2eb33f )
by grégoire
04:10
created
sources/lib/Inspector/RelationInspector.php 2 patches
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,6 @@
 block discarded – undo
134 134
      * Get table's field information. If no fields are found, null is
135 135
      * returned.
136 136
      *
137
-     * @param  int                 $oid
138 137
      * @return ConvertedResultIterator
139 138
      */
140 139
     protected function getTableFieldInformationWhere(Where $where)
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
  */
10 10
 namespace PommProject\Foundation\Inspector;
11 11
 
12
-use PommProject\Foundation\Exception\FoundationException;
13 12
 use PommProject\Foundation\ConvertedResultIterator;
14 13
 use PommProject\Foundation\Client\Client;
15 14
 use PommProject\Foundation\Where;
Please login to merge, or discard this patch.