Passed
Push — master ( e43b8f...9c09b6 )
by Dan
02:59
created
src/SixtyNine/Cloud/Usher.php 1 patch
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.
src/SixtyNine/Cloud/Command/CommandsHelper.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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'))) {
Please login to merge, or discard this patch.