Completed
Push — master ( 922b0c...88b497 )
by Boudry
03:58
created
lib/Election.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -399,6 +399,9 @@  discard block
 block discarded – undo
399 399
             endif;
400 400
         }
401 401
 
402
+        /**
403
+         * @return integer
404
+         */
402 405
         public function getCandidateId (int $candidate_key, bool $onlyName = false)
403 406
         {
404 407
             if (!array_key_exists($candidate_key, $this->_Candidates)) :
@@ -812,6 +815,9 @@  discard block
 block discarded – undo
812 815
 
813 816
     //:: GET RAW DATA :://
814 817
 
818
+    /**
819
+     * @return Algo\Pairwise
820
+     */
815 821
     public function getPairwise (bool $explicit = true)
816 822
     {
817 823
         $this->prepareResult();
Please login to merge, or discard this patch.