mirror of
https://github.com/processwire/processwire.git
synced 2025-08-28 17:10:04 +02:00
Additional updates for PHP 8.1+ processwire/processwire-issues#1467
This commit is contained in:
@@ -25,11 +25,11 @@
|
||||
* @property array $limit
|
||||
* @property string $comment Comments for query
|
||||
*
|
||||
* @method $this select($sql, array $params = array())
|
||||
* @method $this select($sql, $params = array())
|
||||
* @method $this from($sql)
|
||||
* @method $this join($sql, array $params = array())
|
||||
* @method $this leftjoin($sql, array $params = array())
|
||||
* @method $this where($sql, array $params = array())
|
||||
* @method $this join($sql, $params = array())
|
||||
* @method $this leftjoin($sql, $params = array())
|
||||
* @method $this where($sql, $params = array())
|
||||
* @method $this groupby($sql)
|
||||
* @method $this limit($sql)
|
||||
*
|
||||
|
Reference in New Issue
Block a user