Skip to content

Commit 99fd0c4

Browse files
authored
comments update
1 parent 334b9e6 commit 99fd0c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/php/classes/header-generator.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function showHTML($fragment) {
2424
}
2525

2626
/**
27-
* Loading JSON, if JSON exist, use it
27+
* Loading JSON
2828
*
2929
* @return Array
3030
*/
@@ -36,7 +36,7 @@ public function getJson() {
3636
/**
3737
* Creates link element for font
3838
*
39-
* @param type $fonts - json data
39+
* @param type $data - json data
4040
* @return string
4141
*/
4242
private function getFontsFragment($data) {
@@ -54,7 +54,7 @@ private function getFontsFragment($data) {
5454
}
5555

5656
/**
57-
* Creates link element for style
57+
* Creates link element for CSS
5858
*
5959
* @param type $data
6060
* @return string

0 commit comments

Comments
 (0)