Skip to content

Commit 43c5b84

Browse files
committed
Merge pull request #8 from FinesseRus/master
Minor PHPDoc fix
2 parents 0484675 + f76760d commit 43c5b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Primal/Color/RGBColor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function toCSS($alpha = null) {
121121
}
122122

123123
/**
124-
* {@inheritdoc}
124+
* @return string
125125
*/
126126
public function toHex() {
127127
$stack = array('#');

0 commit comments

Comments
 (0)