Completed
Push — master ( 69e804...2cb5a5 )
by Dan
02:47
created
src/SixtyNine/Cloud/Command/CommandsHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      * @param string $paletteName
90 90
      * @param string $paletteType
91 91
      * @param string $palettesFile
92
-     * @return bool|ColorGeneratorInterface
92
+     * @return ColorGeneratorInterface
93 93
      * @throws \InvalidArgumentException
94 94
      */
95 95
     public function getColorGenerator($paletteName, $paletteType, $palettesFile = null)
Please login to merge, or discard this patch.
src/SixtyNine/Cloud/Command/DebugUsherCommand.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\Command;
4 4
 
5
-use Imagine\Gd\Image;
6 5
 use Imagine\Gd\Imagine;
7 6
 use Imagine\Image\Box;
8 7
 use Imagine\Image\Color;
Please login to merge, or discard this patch.