Completed
Push — master ( b97227...875476 )
by Dan
02:57
created
src/SixtyNine/Cloud/Tests/UsherTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace SixtyNine\Cloud\Tests\Renderer;
4 4
 
5
-use Imagine\Gd\Image;
6 5
 use SixtyNine\Cloud\Factory\FontsFactory;
7 6
 use SixtyNine\Cloud\Factory\PlacerFactory;
8 7
 use SixtyNine\Cloud\Usher;
Please login to merge, or discard this patch.
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.