Skip to content

Commit

Permalink
Merge pull request #11448 from creative-commoners/pulls/5/list-deprec…
Browse files Browse the repository at this point in the history
…ation

API List interface deprecations
  • Loading branch information
GuySartorelli authored Oct 30, 2024
2 parents 8621411 + 14f248b commit 8d5c4ac
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 8d5c4ac

Please sign in to comment.