diff --git a/wire/core/Fieldtype.php b/wire/core/Fieldtype.php index de6ebc1f..d55b0495 100644 --- a/wire/core/Fieldtype.php +++ b/wire/core/Fieldtype.php @@ -708,7 +708,7 @@ abstract class Fieldtype extends WireData implements Module { * @param string $subfield Name of the subfield (typically 'data', unless selector explicitly specified another) * @param string $operator The comparison operator * @param mixed $value The value to find - * @return DatabaseQuery $query + * @return PageFinderDatabaseQuerySelect|DatabaseQuerySelect $query * @throws WireException * */ diff --git a/wire/core/FieldtypeMulti.php b/wire/core/FieldtypeMulti.php index beeab6fe..4a987451 100644 --- a/wire/core/FieldtypeMulti.php +++ b/wire/core/FieldtypeMulti.php @@ -865,7 +865,7 @@ abstract class FieldtypeMulti extends Fieldtype { * @param string $subfield Name of the field (typically 'data', unless selector explicitly specified another) * @param string $operator The comparison operator * @param mixed $value The value to find - * @return DatabaseQuery $query + * @return PageFinderDatabaseQuerySelect|DatabaseQuerySelect $query * */ public function getMatchQuery($query, $table, $subfield, $operator, $value) {