summaryrefslogtreecommitdiffstats
path: root/src/Iterator/Interval.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Iterator/Interval.php')
-rw-r--r--src/Iterator/Interval.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Iterator/Interval.php b/src/Iterator/Interval.php
index 50b49ec..e8c3b4b 100644
--- a/src/Iterator/Interval.php
+++ b/src/Iterator/Interval.php
@@ -3,7 +3,7 @@
* This file is part of the League.csv library
*
* @license http://opensource.org/licenses/MIT
-* @version 5.5.0
+* @version 6.0.0
* @package League.csv
*
* For the full copyright and license information, please view the LICENSE
@@ -43,7 +43,7 @@ trait Interval
*
* @param $offset
*
- * @return static The invoked object
+ * @return $this
*/
public function setOffset($offset = 0)
{
@@ -60,7 +60,7 @@ trait Interval
*
* @param integer $limit
*
- * @return static The invoked object
+ * @return $this
*/
public function setLimit($limit = -1)
{