Skip to content

Commit

Permalink
API List interface deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Oct 30, 2024
1 parent 8621411 commit 14f248b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ORM/Filterable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @template T
* @extends SS_List<T>
* @deprecated 5.4.0 Will be renamed to SilverStripe\Model\List\Filterable
* @deprecated 5.4.0 Will be merged into SS_List
*/
interface Filterable extends SS_List
{
Expand Down
2 changes: 1 addition & 1 deletion src/ORM/Limitable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @template T
* @implements SS_List<T>
* @deprecated 5.4.0 Will be renamed to SilverStripe\Model\List\Limitable
* @deprecated 5.4.0 Will be merged into SS_List
*/
interface Limitable extends SS_List
{
Expand Down
2 changes: 1 addition & 1 deletion src/ORM/Sortable.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* @template T
* @implements SS_List<T>
* @deprecated 5.4.0 Will be renamed to SilverStripe\Model\List\Sortable
* @deprecated 5.4.0 Will be merged into SS_List
*/
interface Sortable extends SS_List
{
Expand Down

0 comments on commit 14f248b

Please sign in to comment.