1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Issue #3216 PHP7 Fixes.

This commit is contained in:
Cameron
2019-01-17 13:20:56 -08:00
parent 68a4aaea16
commit 221f12088b
5 changed files with 73 additions and 63 deletions

View File

@@ -926,8 +926,8 @@ class comment
/**
* Enter description here...
*
* @param unknown_type $table
* @return unknown
* @param string $table
* @return string|int
*/
function getCommentType($table)
{