projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1e0dd3
)
Improve code documentation
author
Marcel Werk
<burntime@woltlab.com>
Thu, 14 Nov 2024 15:09:31 +0000
(16:09 +0100)
committer
Marcel Werk
<burntime@woltlab.com>
Thu, 14 Nov 2024 15:09:31 +0000
(16:09 +0100)
wcfsetup/install/files/lib/system/gridView/filter/TimeFilter.class.php
patch
|
blob
|
blame
|
history
wcfsetup/install/files/lib/system/gridView/renderer/NumberColumnRenderer.class.php
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/lib/system/gridView/filter/TimeFilter.class.php
b/wcfsetup/install/files/lib/system/gridView/filter/TimeFilter.class.php
index a5184ad52dc71be27a879ff7cacdfd114c99f1f0..91a1889e3d3e887cd6de5d7fa4d4076fb2fdabe0 100644
(file)
--- a/
wcfsetup/install/files/lib/system/gridView/filter/TimeFilter.class.php
+++ b/
wcfsetup/install/files/lib/system/gridView/filter/TimeFilter.class.php
@@
-8,7
+8,7
@@
use wcf\system\form\builder\field\DateRangeFormField;
use wcf\system\WCF;
/**
- * Filter for
time column
s.
+ * Filter for
columns that contain unix timestamp
s.
*
* @author Marcel Werk
* @copyright 2001-2024 WoltLab GmbH
diff --git
a/wcfsetup/install/files/lib/system/gridView/renderer/NumberColumnRenderer.class.php
b/wcfsetup/install/files/lib/system/gridView/renderer/NumberColumnRenderer.class.php
index 17cebe1bfc79b86c4b5061429d4a81cf93bbf93c..feb487bd8f9d4a90873fb182ad558685abe48d0b 100644
(file)
--- a/
wcfsetup/install/files/lib/system/gridView/renderer/NumberColumnRenderer.class.php
+++ b/
wcfsetup/install/files/lib/system/gridView/renderer/NumberColumnRenderer.class.php
@@
-5,7
+5,7
@@
namespace wcf\system\gridView\renderer;
use wcf\util\StringUtil;
/**
- * Formats the content of a column as a number.
+ * Formats the content of a column as a number
using `StringUtil::formatNumeric()`
.
*
* @author Marcel Werk
* @copyright 2001-2024 WoltLab GmbH