mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Add return type
Co-authored-by: Robbie Averill <robbie@averill.co.nz>
This commit is contained in:
parent
3575070b9d
commit
ff04f97149
@ -459,7 +459,7 @@ class DataQuery
|
|||||||
*
|
*
|
||||||
* @return bool
|
* @return bool
|
||||||
*/
|
*/
|
||||||
public function exists()
|
public function exists(): bool
|
||||||
{
|
{
|
||||||
// Grab a statement selecting "everything" - the engine shouldn't care what's being selected in an "EXISTS"
|
// Grab a statement selecting "everything" - the engine shouldn't care what's being selected in an "EXISTS"
|
||||||
// statement anyway
|
// statement anyway
|
||||||
|
Loading…
Reference in New Issue
Block a user