Skip to content

Commit e5fc269

Browse files
ENH Make it clear deprecations are removed in future major (#68)
1 parent aa97790 commit e5fc269

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Clear.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Symfony\Component\Finder\Finder;
1212

1313
/**
14-
* @deprecated 1.1.0 Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear
14+
* @deprecated 1.1.0 Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear in a future major release
1515
*/
1616
class Clear extends Controller
1717
{
@@ -34,7 +34,7 @@ public function __construct()
3434
Deprecation::withSuppressedNotice(function () {
3535
Deprecation::notice(
3636
'1.1.0',
37-
'Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear',
37+
'Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear in a future major release',
3838
Deprecation::SCOPE_CLASS
3939
);
4040
});

0 commit comments

Comments
 (0)