Completed
Push — master ( 38e037...b02979 )
by Dan
03:49
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/BuildFromUrlCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@
 block discarded – undo
198 198
      * @param string $paletteName
199 199
      * @param string $paletteType
200 200
      * @param string $palettesFile
201
-     * @return bool|ColorGeneratorInterface
201
+     * @return ColorGeneratorInterface
202 202
      * @throws \InvalidArgumentException
203 203
      */
204 204
     protected function getColorGenerator($paletteName, $paletteType, $palettesFile = null)
Please login to merge, or discard this patch.