Skip to content
Snippets Groups Projects
Commit 93ac44e5 authored by Tomasz Wolniewicz's avatar Tomasz Wolniewicz
Browse files

fixing decriptions

parent ae307d4e
No related branches found
No related tags found
3 merge requests!3Align master branch with twoln-dev,!2Synchronising towards version 2.5,!1Twoln dev
...@@ -428,7 +428,7 @@ class API { ...@@ -428,7 +428,7 @@ class API {
'required' => FALSE, 'required' => FALSE,
'default' => '0', 'default' => '0',
'values' => '0, 1, 2, 3, 4', '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'), $this->addStdArgument('format'),
], ],
...@@ -461,7 +461,7 @@ class API { ...@@ -461,7 +461,7 @@ class API {
'required' => FALSE, 'required' => FALSE,
'default' => '0', 'default' => '0',
'values' => '0, 1, 2, 3, 4', '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'), $this->addStdArgument('format'),
], ],
'returns' => [ 'returns' => [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment