Document graphfields param (#815)

这个提交包含在:
Alexander Mashin 2024-02-26 14:58:34 +07:00 提交者 GitHub
父节点 8b57f1a7b6
当前提交 6509f4a4f5
找不到此签名对应的密钥
GPG 密钥 ID: B5690EEEBB952194
共有 1 个文件被更改,包括 1 次插入8 次删除

查看文件

@ -341,14 +341,7 @@ class GraphPrinter extends ResultPrinter {
$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'
];