diff options
Diffstat (limited to 'classes/IsisConnector.php')
-rw-r--r-- | classes/IsisConnector.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/classes/IsisConnector.php b/classes/IsisConnector.php index b185f40..fe8cd75 100644 --- a/classes/IsisConnector.php +++ b/classes/IsisConnector.php @@ -218,9 +218,6 @@ class IsisConnector { * * @return * Item data. - * - * @todo - * Rename to getItem? */ public function getItems($field, $item) { foreach (new IsisRowIterator($this, $field) as $row) { |