We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa97790 commit e5fc269Copy full SHA for e5fc269
src/Clear.php
@@ -11,7 +11,7 @@
11
use Symfony\Component\Finder\Finder;
12
13
/**
14
- * @deprecated 1.1.0 Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear
+ * @deprecated 1.1.0 Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear in a future major release
15
*/
16
class Clear extends Controller
17
{
@@ -34,7 +34,7 @@ public function __construct()
34
Deprecation::withSuppressedNotice(function () {
35
Deprecation::notice(
36
'1.1.0',
37
- 'Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear',
+ 'Will be replaced with SilverStripe\GraphQLDevTools\SchemaClear in a future major release',
38
Deprecation::SCOPE_CLASS
39
);
40
});
0 commit comments