@@ -89,7 +89,7 @@ |
||
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) |
@@ -2,7 +2,6 @@ |
||
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; |