Passed
Push — dev-1.6.x ( 95af89...c638bc )
by Boudry
04:31
created
lib/Election.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -619,6 +619,9 @@
 block discarded – undo
619 619
 
620 620
     //:: GET RAW DATA :://
621 621
 
622
+    /**
623
+     * @return Algo\Pairwise
624
+     */
622 625
     public function getPairwise (bool $explicit = true)
623 626
     {
624 627
         $this->prepareResult();
Please login to merge, or discard this patch.
lib/ElectionProcess/CandidatesManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -188,6 +188,9 @@
 block discarded – undo
188 188
         endif;
189 189
     }
190 190
 
191
+    /**
192
+     * @return integer
193
+     */
191 194
     public function getCandidateId (int $candidate_key, bool $onlyName = false)
192 195
     {
193 196
         if (!array_key_exists($candidate_key, $this->_Candidates)) :
Please login to merge, or discard this patch.