Skip to content

Commit

Permalink
Merge 47b567b into 7af0ea1
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Jan 9, 2020
2 parents 7af0ea1 + 47b567b commit a50aaa6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/Consumer/CreateSnapshotsConsumer.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class CreateSnapshotsConsumer implements ConsumerInterface
protected $runtimeBackend;

/**
* @deprecated This property is deprecated since version 2.4 and will be removed in 3.0
* @deprecated This property is deprecated since sonata-project/page-bundle 2.4 and will be removed in 4.0
*/
protected $pageInterface;

Expand Down
2 changes: 1 addition & 1 deletion src/Entity/SnapshotManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ public function findEnableSnapshot(array $criteria)
*
* @return PageInterface|false
*
* @deprecated since 3.2, to be removed in 4.0
* @deprecated since sonata-project/page-bundle 3.2, to be removed in 4.0
*/
public function getPageByName($routeName)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Model/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ abstract class Page implements PageInterface
protected $blocks;

/**
* @deprecated This property is deprecated since version 2.4 and will be removed in 3.0
* @deprecated This property is deprecated since sonata-project/page-bundle 2.4 and will be removed in 4.0
*/
protected $sources;

Expand Down
6 changes: 3 additions & 3 deletions src/Model/Snapshot.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ abstract class Snapshot implements SnapshotInterface
protected $parentId;

/**
* @deprecated since version 2.4 and will be removed in 3.0
* @deprecated since sonata-project/page-bundle 2.4 and will be removed in 4.0
*/
protected $sources;

Expand Down Expand Up @@ -296,7 +296,7 @@ public function getParentId()
}

/**
* @deprecated since version 2.4 and will be removed in 3.0
* @deprecated since sonata-project/page-bundle 2.4 and will be removed in 4.0
*/
public function setSources($sources)
{
Expand All @@ -306,7 +306,7 @@ public function setSources($sources)
}

/**
* @deprecated since version 2.4 and will be removed in 3.0
* @deprecated since sonata-project/page-bundle 2.4 and will be removed in 4.0
*/
public function getSource()
{
Expand Down

0 comments on commit a50aaa6

Please sign in to comment.