Skip to content

Commit 072bf67

Browse files
authored
Fix 2 CS issues in MutableInputObjectType: inline doc comment placement and format
1 parent 0a002e4 commit 072bf67

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

src/Types/MutableInputObjectType.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,7 @@ public function getFields(): array
9696
$fieldDefinition = ['type' => $fieldDefinition];
9797
}
9898
assert(is_string($name));
99-
// @codingStandardsIgnoreStart
100-
/**
101-
* @var InputObjectFieldConfig $config
102-
*/
103-
// @codingStandardsIgnoreEnd
104-
99+
/** @var InputObjectFieldConfig $config */
105100
$config = $fieldDefinition;
106101
$config['name'] = $name;
107102
$this->finalFields[$name] = new InputObjectField($config);

0 commit comments

Comments
 (0)