Skip to content

Commit e7ab942

Browse files
author
Raphael Schweikert
committed
fixed missing return statement for parseColorValue
1 parent d2a9d1c commit e7ab942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CSSParser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ private function parseColorValue() {
304304
}
305305
$this->consume(')');
306306
}
307+
return new CSSColor($aColor);
307308
}
308309

309310
private function parseURLValue() {

0 commit comments

Comments
 (0)