Upgrade to 3.2.5
This commit is contained in:
@@ -13,7 +13,6 @@ namespace Kirby\Cms;
|
||||
*/
|
||||
trait PageSiblings
|
||||
{
|
||||
|
||||
/**
|
||||
* @deprecated 3.0.0 Use `Page::hasNextUnlisted` instead
|
||||
* @return boolean
|
||||
@@ -106,7 +105,7 @@ trait PageSiblings
|
||||
/**
|
||||
* Returns the next listed page if it exists
|
||||
*
|
||||
* @return Kirby\Cms\Page|null
|
||||
* @return \Kirby\Cms\Page|null
|
||||
*/
|
||||
public function nextListed()
|
||||
{
|
||||
@@ -116,7 +115,7 @@ trait PageSiblings
|
||||
/**
|
||||
* Returns the next unlisted page if it exists
|
||||
*
|
||||
* @return Kirby\Cms\Page|null
|
||||
* @return \Kirby\Cms\Page|null
|
||||
*/
|
||||
public function nextUnlisted()
|
||||
{
|
||||
@@ -144,7 +143,7 @@ trait PageSiblings
|
||||
/**
|
||||
* Returns the previous listed page
|
||||
*
|
||||
* @return Kirby\Cms\Page|null
|
||||
* @return \Kirby\Cms\Page|null
|
||||
*/
|
||||
public function prevListed()
|
||||
{
|
||||
@@ -154,7 +153,7 @@ trait PageSiblings
|
||||
/**
|
||||
* Returns the previous unlisted page
|
||||
*
|
||||
* @return Kirby\Cms\Page|null
|
||||
* @return \Kirby\Cms\Page|null
|
||||
*/
|
||||
public function prevUnlisted()
|
||||
{
|
||||
@@ -173,7 +172,7 @@ trait PageSiblings
|
||||
/**
|
||||
* Private siblings collector
|
||||
*
|
||||
* @return Kirby\Cms\Collection
|
||||
* @return \Kirby\Cms\Collection
|
||||
*/
|
||||
protected function siblingsCollection()
|
||||
{
|
||||
@@ -188,7 +187,7 @@ trait PageSiblings
|
||||
* Returns siblings with the same template
|
||||
*
|
||||
* @param bool $self
|
||||
* @return Kirby\Cms\Pages
|
||||
* @return \Kirby\Cms\Pages
|
||||
*/
|
||||
public function templateSiblings(bool $self = true)
|
||||
{
|
||||
|
Reference in New Issue
Block a user