Skip to content

Commit 4ce05de

Browse files
author
Jeremiah VALERIE
committed
Changed deprecation deadline
1 parent a99cec6 commit 4ce05de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Config/TypeWithOutputFieldsDefinition.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ protected function getBuilder($name, $type)
106106
$newName = 'Relay::'.rtrim($name, 'Args');
107107
if (isset($builderClassMap[$newName])) {
108108
@trigger_error(
109-
sprintf('The "%s" %s builder is deprecated as of 0.7 and will be removed in 0.8. Use "%s" instead.', $name, $type, $newName),
109+
sprintf('The "%s" %s builder is deprecated as of 0.7 and will be removed in 1.0. Use "%s" instead.', $name, $type, $newName),
110110
E_USER_DEPRECATED
111111
);
112112

@@ -162,7 +162,7 @@ protected function outputFieldsSelection($name)
162162
unset($field['builder']);
163163
} elseif (is_string($field)) {
164164
@trigger_error(
165-
'The builder short syntax (Field: Builder => Field: {builder: Builder}) is deprecated as of 0.7 and will be removed in 0.8. '.
165+
'The builder short syntax (Field: Builder => Field: {builder: Builder}) is deprecated as of 0.7 and will be removed in 0.9. '.
166166
'It will be replaced by the field type short syntax (Field: Type => Field: {type: Type})',
167167
E_USER_DEPRECATED
168168
);

0 commit comments

Comments
 (0)