Improve code documentation
authorMarcel Werk <burntime@woltlab.com>
Thu, 14 Nov 2024 15:09:31 +0000 (16:09 +0100)
committerMarcel 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
wcfsetup/install/files/lib/system/gridView/renderer/NumberColumnRenderer.class.php

index a5184ad52dc71be27a879ff7cacdfd114c99f1f0..91a1889e3d3e887cd6de5d7fa4d4076fb2fdabe0 100644 (file)
@@ -8,7 +8,7 @@ use wcf\system\form\builder\field\DateRangeFormField;
 use wcf\system\WCF;
 
 /**
- * Filter for time columns.
+ * Filter for columns that contain unix timestamps.
  *
  * @author      Marcel Werk
  * @copyright   2001-2024 WoltLab GmbH
index 17cebe1bfc79b86c4b5061429d4a81cf93bbf93c..feb487bd8f9d4a90873fb182ad558685abe48d0b 100644 (file)
@@ -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