Skip to content

Commit 7e388c9

Browse files
committed
docs: add descriptions
1 parent 41bbd39 commit 7e388c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Database/BaseBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2350,7 +2350,7 @@ public function getCompiledDelete(bool $reset = true): string
23502350
*
23512351
* @param mixed $where
23522352
*
2353-
* @return bool|string
2353+
* @return bool|string Returns a string if in test mode.
23542354
*
23552355
* @throws DatabaseException
23562356
*/

system/Model.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ protected function doDelete($id = null, bool $purge = false)
406406
* through soft deletes (deleted = 1)
407407
* This methods works only with dbCalls
408408
*
409-
* @return bool|string
409+
* @return bool|string Returns a string if in test mode.
410410
*/
411411
protected function doPurgeDeleted()
412412
{

0 commit comments

Comments
 (0)