1
1
Fork 0

Fix doc blocks and return value type

This commit is contained in:
Hypolite Petovan 2019-01-21 11:36:01 -05:00
commit ce177f22c8
6 changed files with 15 additions and 16 deletions

View file

@ -1447,7 +1447,7 @@ function sort_thr_created_rev(array $a, array $b)
*
* @param array $a
* @param array $b
* @return int|lt
* @return int
*/
function sort_thr_commented(array $a, array $b)
{