@@ -134,7 +134,6 @@ |
||
| 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) |
@@ -9,7 +9,6 @@ |
||
| 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; |