Skip to content

Commit

Permalink
Document graphfields param (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-mashin committed Feb 26, 2024
1 parent 8b57f1a commit 6509f4a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/Graph/GraphPrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -341,14 +341,7 @@ public function getParamDefinitions( array $definitions ) {

$params['graphfields'] = [
'default' => false,
'message' => 'srf-paramdesc-graph-fields',
'manipluatedefault' => false,
'type' => 'boolean'
];

$params['graphfields'] = [
'default' => false,
'message' => 'srf-paramdesc-graph-fields',
'message' => 'srf-paramdesc-graphfields',
'manipluatedefault' => false,
'type' => 'boolean'
];
Expand Down

0 comments on commit 6509f4a

Please sign in to comment.