Completed
Push — master ( f9a0e9...abd695 )
by Yarek
02:42
created
src/Sign/Param.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
         return $this->_bound;
31 31
     }
32 32
 
33
+    /**
34
+     * @param integer $size
35
+     */
33 36
     public function __construct($size) {
34 37
         $this->_size = $size;
35 38
     }
Please login to merge, or discard this patch.