mirror of
https://github.com/processwire/processwire.git
synced 2025-08-12 09:44:38 +02:00
Minor phpdoc adjustment to Fieldtype and FieldtypeMulti classes
This commit is contained in:
@@ -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
|
||||
*
|
||||
*/
|
||||
|
@@ -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) {
|
||||
|
Reference in New Issue
Block a user