Skip to content

Commit 041a71b

Browse files
committed
Improve code documentation
1 parent b1e0dd3 commit 041a71b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

wcfsetup/install/files/lib/system/gridView/filter/TimeFilter.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use wcf\system\WCF;
99

1010
/**
11-
* Filter for time columns.
11+
* Filter for columns that contain unix timestamps.
1212
*
1313
* @author Marcel Werk
1414
* @copyright 2001-2024 WoltLab GmbH

wcfsetup/install/files/lib/system/gridView/renderer/NumberColumnRenderer.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use wcf\util\StringUtil;
66

77
/**
8-
* Formats the content of a column as a number.
8+
* Formats the content of a column as a number using `StringUtil::formatNumeric()`.
99
*
1010
* @author Marcel Werk
1111
* @copyright 2001-2024 WoltLab GmbH

0 commit comments

Comments
 (0)