From 6509f4a4f506a883332ad57541c71b08eaabeeb6 Mon Sep 17 00:00:00 2001 From: Alexander Mashin Date: Mon, 26 Feb 2024 14:58:34 +0700 Subject: [PATCH] Document graphfields param (#815) --- src/Graph/GraphPrinter.php | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/Graph/GraphPrinter.php b/src/Graph/GraphPrinter.php index fc24eb78..b6453d42 100644 --- a/src/Graph/GraphPrinter.php +++ b/src/Graph/GraphPrinter.php @@ -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' ];