Skip to content
Snippets Groups Projects

Twoln dev

Closed Tomasz Wolniewicz requested to merge twoln-dev into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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' => [
Loading