Test Failed
Push — master ( 0d249c...af5e43 )
by Dan
06:34
created
src/SixtyNine/Cloud/Command/CommandsHelper.php 1 patch
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.
src/SixtyNine/Cloud/Factory/FontsFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
      * If $isFontPath is false, then the first parameter must contain a path to
27 27
      * a TTF/ODF font, or must be an array of those paths.
28 28
      *
29
-     * @param string|array $fonts
29
+     * @param string $fonts
30 30
      * @param bool $isFontPath
31 31
      */
32 32
     protected function __construct($fonts, $isFontPath = true)
Please login to merge, or discard this patch.
src/SixtyNine/Cloud/Usher/Usher.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -110,7 +110,7 @@
 block discarded – undo
110 110
      * Search a free place for a new box.
111 111
      * @param \SixtyNine\DataTypes\Box $bounds
112 112
      * @param \SixtyNine\DataTypes\Box $box
113
-     * @return bool|Box
113
+     * @return Box
114 114
      */
115 115
     protected function searchPlace(Box $bounds, Box $box)
116 116
     {
Please login to merge, or discard this patch.