Completed
Branch dev-2.0 (ed7926)
by Boudry
02:02
created
lib/Vote.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -61,6 +61,9 @@
 block discarded – undo
61 61
 
62 62
         ///
63 63
 
64
+    /**
65
+     * @param ElectionProcess\VotesProcess $electionContext
66
+     */
64 67
     public function __construct ($ranking, $tags = null, ?float $ownTimestamp = null, ?Election $electionContext = null)
65 68
     {
66 69
         $this->_electionContext = $electionContext;
Please login to merge, or discard this patch.