Skip to content

Commit 760db3d

Browse files
Merge branch '5.0' into 5
2 parents ef117d4 + dfe86a8 commit 760db3d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/Tasks/GorriecoeMigrationTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
use SilverStripe\ORM\DB;
1414

1515
/**
16-
* @deprecated 5.0.0 Will be removed without equivalent functionality.
16+
* @deprecated 5.0.0 Will be removed without equivalent functionality in a future major release.
1717
*/
1818
class GorriecoeMigrationTask extends BuildTask
1919
{

src/Tasks/MigrationTaskTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use Symfony\Component\Console\Input\InputOption;
2828

2929
/**
30-
* @deprecated 5.0.0 Will be removed without equivalent functionality.
30+
* @deprecated 5.0.0 Will be removed without equivalent functionality in a future major release.
3131
*/
3232
trait MigrationTaskTrait
3333
{
@@ -55,7 +55,7 @@ public function __construct()
5555
{
5656
// Use withSuppressedNotice() because otherwise even viewing the tasks list will trigger this warning.
5757
Deprecation::withSuppressedNotice(
58-
fn () => Deprecation::notice('5.0.0', 'Will be removed without equivalent functionality.', Deprecation::SCOPE_CLASS)
58+
fn () => Deprecation::notice('5.0.0', 'Will be removed without equivalent functionality in a future major release.', Deprecation::SCOPE_CLASS)
5959
);
6060
parent::__construct();
6161
}

src/Tasks/ModuleMigrationTaskTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use SilverStripe\Versioned\Versioned;
1515

1616
/**
17-
* @deprecated 5.0.0 Will be removed without equivalent functionality.
17+
* @deprecated 5.0.0 Will be removed without equivalent functionality in a future major release.
1818
*/
1919
trait ModuleMigrationTaskTrait
2020
{

0 commit comments

Comments
 (0)