Completed
Push — master ( ef8eea...b6f284 )
by Boudry
07:57
created
lib/ElectionProcess/CandidatesProcess.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.
lib/ElectionProcess/ResultsProcess.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -112,6 +112,9 @@
 block discarded – undo
112 112
         endif;
113 113
     }
114 114
 
115
+    /**
116
+     * @return Pairwise
117
+     */
115 118
     public function getPairwise (bool $explicit = true)
116 119
     {
117 120
         $this->prepareResult();
Please login to merge, or discard this patch.
lib/ElectionProcess/VotesProcess.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -299,6 +299,9 @@
 block discarded – undo
299 299
         return $adding;
300 300
     }
301 301
 
302
+    /**
303
+     * @param integer $searchCharacter
304
+     */
302 305
     protected function parseAnalysingOneLine ($searchCharacter, string &$line) : int
303 306
     {
304 307
         if ($searchCharacter !== false) :
Please login to merge, or discard this patch.