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