From 93ac44e5ea116bc5c159bbd17355154c455d7a7c Mon Sep 17 00:00:00 2001 From: Tomasz Wolniewicz <twoln@umk.pl> Date: Mon, 19 Jun 2023 15:47:24 +0200 Subject: [PATCH] fixing decriptions --- lib/API.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/API.php b/lib/API.php index c58b0b2..8e94e8b 100644 --- a/lib/API.php +++ b/lib/API.php @@ -428,7 +428,7 @@ class API { 'required' => FALSE, 'default' => '0', 'values' => '0, 1, 2, 3, 4', - 'description' => '0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only)', + 'description' => '0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only', ], $this->addStdArgument('format'), ], @@ -461,7 +461,7 @@ class API { 'required' => FALSE, 'default' => '0', 'values' => '0, 1, 2, 3, 4', - 'description' => '0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only)'], + 'description' => '0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only'], $this->addStdArgument('format'), ], 'returns' => [ -- GitLab