Skip to content

Commit 76bef55

Browse files
committed
PhpDoc
1 parent ae67a74 commit 76bef55

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

class/Blanguage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function setBase()
110110
}
111111

112112
/**
113-
* @return mixed
113+
* @return bool
114114
*/
115115
public function hasBase()
116116
{

class/Common/SysUtility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ public static function fieldExists($fieldname, $table)
212212
* @param int $id_field
213213
* @param int $id
214214
*
215-
* @return mixed
215+
* @return void
216216
*/
217217
public static function cloneRecord($tableName, $id_field, $id)
218218
{

class/Utility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static function encodeCharSet($output)
195195

196196
/**
197197
* @param string $text
198-
* @return mixed
198+
* @return array|string|string[]|null
199199
*/
200200
public static function cleanMultiLang($text)
201201
{

0 commit comments

Comments
 (0)