We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2106ed commit ca9b3b8Copy full SHA for ca9b3b8
src/Value/Color.php
@@ -26,12 +26,10 @@ public function __construct(array $aColor, $iLineNo = 0)
26
* @param ParserState $oParserState
27
* @param bool $bIgnoreCase
28
*
29
- * @return Color|CSSFunction
30
- *
31
* @throws UnexpectedEOFException
32
* @throws UnexpectedTokenException
33
*/
34
- public static function parse(ParserState $oParserState, $bIgnoreCase = false)
+ public static function parse(ParserState $oParserState, $bIgnoreCase = false): CSSFunction
35
{
36
$aColor = [];
37
if ($oParserState->comes('#')) {
0 commit comments