Skip to content

Commit 8888497

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Fix styling
1 parent a935765 commit 8888497

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/helpers.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Format a value with an optional color.
66
*
77
* @param string $value
8-
* @param string|null $color
8+
* @param null|string $color
99
* @return string
1010
*/
1111
function color_value_format(string $value, ?string $color = null): string
@@ -22,10 +22,10 @@ function color_value_format(string $value, ?string $color = null): string
2222
/**
2323
* Format a date string.
2424
*
25-
* @param string|null $date
25+
* @param null|string $date
2626
* @param string $format
2727
*
28-
* @return string|null
28+
* @return null|string
2929
*/
3030
function format_date(?string $date, string $format = 'Y-m-d'): ?string
3131
{

0 commit comments

Comments
 (0)