@@ -73,7 +73,7 @@ |
||
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 | { |
@@ -94,7 +94,7 @@ discard block |
||
94 | 94 | * @param string $paletteName |
95 | 95 | * @param string $paletteType |
96 | 96 | * @param string $palettesFile |
97 | - * @return bool|ColorGeneratorInterface |
|
97 | + * @return ColorGeneratorInterface |
|
98 | 98 | * @throws \InvalidArgumentException |
99 | 99 | */ |
100 | 100 | public function getColorGenerator($paletteName, $paletteType, $palettesFile = null) |
@@ -184,6 +184,9 @@ discard block |
||
184 | 184 | return $filtersBuilder; |
185 | 185 | } |
186 | 186 | |
187 | + /** |
|
188 | + * @param string $type |
|
189 | + */ |
|
187 | 190 | public function createCloud($type, InputInterface $input) |
188 | 191 | { |
189 | 192 | if (!in_array($type, array('from-url', 'from-file'))) { |