Skip to content

Commit 74ec229

Browse files
committed
Fix typos
1 parent b839bba commit 74ec229

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Ajax/semantic/html/elements/HtmlEmoji.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function asLink($href=NULL,$target=NULL) {
6464
return $this->addToProperty("class", "link");
6565
}
6666

67-
public function addLabel($label, $before=false, $emoji='slight_smile') {
67+
public function addLabel($label, $before, $emoji) {
6868
if($before)
6969
$this->wrap($label);
7070
else

Ajax/semantic/traits/SemanticHtmlElementsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public function htmlFlag($identifier, $flag) {
238238

239239
/**
240240
* @param string $identifier
241-
* @param string $flag
241+
* @param string $emoji
242242
* @return HtmlEmoji
243243
*/
244244
public function htmlEmoji($identifier, $emoji) {

0 commit comments

Comments
 (0)