Skip to content

Commit

Permalink
Streamline deprecation messages (sonata-project#965)
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark authored Jan 9, 2020
1 parent 8283fb9 commit 4193571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Builder/FormContractor.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class FormContractor implements FormContractorInterface
/**
* NEXT_MAJOR: remove this property.
*
* @deprecated since version 3.0.4, to be removed in 4.0
* @deprecated since sonata-project/doctrine-orm-admin-bundle 3.0.4, to be removed in 4.0
*
* @var FormFactoryInterface
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Datagrid/Pager.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Pager extends BasePager
/**
* NEXT_MAJOR: remove this property.
*
* @deprecated This property is deprecated since version 2.4 and will be removed in 3.0
* @deprecated since sonata-project/doctrine-orm-admin-bundle 2.4 and will be removed in 4.0
*/
protected $queryBuilder = null;

Expand Down

0 comments on commit 4193571

Please sign in to comment.