Completed
Push — master ( 875476...1855ce )
by Dan
02:56
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\FontMetrics;
Please login to merge, or discard this patch.
src/SixtyNine/Cloud/Usher.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@
 block discarded – undo
73 73
      * Search a free place for a new box.
74 74
      * @param \SixtyNine\Cloud\Model\Box $bounds
75 75
      * @param \SixtyNine\Cloud\Model\Box $box
76
-     * @return bool|Box
76
+     * @return Box
77 77
      */
78 78
     protected function searchPlace(Box $bounds, Box $box)
79 79
     {
Please login to merge, or discard this 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;
4 4
 
5
-use Imagine\Image\PointInterface;
6 5
 use SixtyNine\Cloud\Model\Box;
7 6
 use SixtyNine\Cloud\Placer\PlacerInterface;
8 7
 
Please login to merge, or discard this patch.