File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1987,7 +1987,7 @@ public function countAll(bool $reset = true)
19871987 /**
19881988 * Determines whether the current Query Builder conditions match any rows.
19891989 *
1990- * @return bool|string
1990+ * @return bool|string SQL string when test mode is enabled.
19911991 */
19921992 public function exists (bool $ reset = true )
19931993 {
@@ -1999,7 +1999,7 @@ public function exists(bool $reset = true)
19991999 /**
20002000 * Determines whether the current Query Builder conditions do not match any rows.
20012001 *
2002- * @return bool|string
2002+ * @return bool|string SQL string when test mode is enabled.
20032003 */
20042004 public function doesntExist (bool $ reset = true )
20052005 {
@@ -2011,7 +2011,7 @@ public function doesntExist(bool $reset = true)
20112011 /**
20122012 * Runs an existence probe for the current Query Builder query.
20132013 *
2014- * @return bool|string|null
2014+ * @return bool|string|null SQL string when test mode is enabled, or null when the query fails.
20152015 */
20162016 protected function doExists (bool $ reset = true )
20172017 {
You can’t perform that action at this time.
0 commit comments