fix (qodana) Return value type is not compatible with declared

This commit is contained in:
FLIO
2023-01-24 23:11:28 +01:00
parent c4521efa57
commit 02f4f47083
7 changed files with 9 additions and 9 deletions

View File

@@ -4277,7 +4277,7 @@ abstract class CommonObject
* @param string $field_select name of field we need to get a list
* @param string $field_where name of field of object we need to get linked items
* @param string $table_element name of association table
* @return array Array of record
* @return array|int Array of record, -1 if empty
*/
public static function getAllItemsLinkedByObjectID($fk_object_where, $field_select, $field_where, $table_element)
{