mirror of
https://github.com/getgrav/grav.git
synced 2026-02-28 01:21:30 +01:00
Update docblocks to return the actual type [#3350]
This commit is contained in:
@@ -433,7 +433,7 @@ class PageCollection extends FlexPageCollection implements PageCollectionInterfa
|
||||
* @param string|null $startDate
|
||||
* @param string|null $endDate
|
||||
* @param string|null $field
|
||||
* @return PageCollectionInterface
|
||||
* @return static
|
||||
* @throws Exception
|
||||
*/
|
||||
public function dateRange($startDate = null, $endDate = null, $field = null)
|
||||
|
||||
@@ -956,7 +956,7 @@ class PageIndex extends FlexPageIndex implements PageCollectionInterface
|
||||
* @param string|null $startDate
|
||||
* @param string|null $endDate
|
||||
* @param string|null $field
|
||||
* @return PageCollectionInterface
|
||||
* @return static
|
||||
* @throws Exception
|
||||
*/
|
||||
public function dateRange($startDate = null, $endDate = null, $field = null)
|
||||
|
||||
@@ -326,7 +326,7 @@ class Collection extends Iterator implements PageCollectionInterface
|
||||
* @param string|null $startDate
|
||||
* @param string|null $endDate
|
||||
* @param string|null $field
|
||||
* @return PageCollectionInterface
|
||||
* @return $this
|
||||
* @throws Exception
|
||||
*/
|
||||
public function dateRange($startDate = null, $endDate = null, $field = null)
|
||||
|
||||
Reference in New Issue
Block a user