diff options
Diffstat (limited to 'src/Modifier/QueryFilter.php')
-rw-r--r-- | src/Modifier/QueryFilter.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Modifier/QueryFilter.php b/src/Modifier/QueryFilter.php index 39eecaf..176517b 100644 --- a/src/Modifier/QueryFilter.php +++ b/src/Modifier/QueryFilter.php @@ -71,16 +71,6 @@ trait QueryFilter protected $returnType = AbstractCsv::TYPE_ARRAY; /** - * Returns the return type for the next fetch call - * - * @return int - */ - public function getReturnType() - { - return $this->returnType; - } - - /** * Set the return type for the next fetch call * * @param int $type |