Skip to content

Commit 3afaeaa

Browse files
committed
Append @deprecated directive fot Input's fields
1 parent f33382a commit 3afaeaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/Config/InputObjectTypeDefinition.php

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public function getDefinition(): ArrayNodeDefinition
3232
->append($this->descriptionSection())
3333
->append($this->defaultValueSection())
3434
->append($this->validationSection(self::VALIDATION_LEVEL_PROPERTY))
35+
->append($this->deprecationReasonSection())
3536
->end()
3637
->isRequired()
3738
->requiresAtLeastOneElement()

0 commit comments

Comments
 (0)