Upgrade to 3.5.5
This commit is contained in:
@@ -157,7 +157,7 @@ class Database
|
||||
* Returns one of the started instances
|
||||
*
|
||||
* @param string|null $id
|
||||
* @return self|null
|
||||
* @return static|null
|
||||
*/
|
||||
public static function instance(string $id = null)
|
||||
{
|
||||
|
@@ -294,7 +294,7 @@ class Query
|
||||
* @param string $table Name of the table, which should be joined
|
||||
* @param string $on The on clause for this join
|
||||
* @param string $type The join type. Uses an inner join by default
|
||||
* @return self
|
||||
* @return $this
|
||||
*/
|
||||
public function join(string $table, string $on, string $type = 'JOIN')
|
||||
{
|
||||
|
Reference in New Issue
Block a user