Completed
Push — master ( b97227...875476 )
by Dan
02:57
created
src/SixtyNine/Cloud/Model/Box.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -27,6 +27,12 @@
 block discarded – undo
27 27
     /** @var int */
28 28
     protected $right;
29 29
 
30
+    /**
31
+     * @param integer $x
32
+     * @param integer $y
33
+     * @param integer $width
34
+     * @param integer $height
35
+     */
30 36
     public function __construct($x, $y, $width, $height)
31 37
     {
32 38
         $this->x = $x;
Please login to merge, or discard this patch.