Completed
Push — master ( 44fc27...b59a61 )
by Dan
03:01
created
src/SixtyNine/Cloud/Command/CommandsHelper.php 2 patches
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.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
 use SixtyNine\Cloud\Placer\PlacerInterface;
20 20
 use SixtyNine\Cloud\Renderer\CloudRenderer;
21 21
 use Symfony\Component\Console\Input\InputInterface;
22
-use Symfony\Component\Stopwatch\Stopwatch;
23 22
 use Webmozart\Assert\Assert;
24 23
 
25 24
 class CommandsHelper
Please login to merge, or discard this patch.