Skip to content

Commit 04b6643

Browse files
committed
docs: fix @return types
1 parent ee10766 commit 04b6643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

system/Database/Forge.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ public function dropPrimaryKey(string $table, string $keyName = ''): bool
501501
}
502502

503503
/**
504-
* @return BaseResult|bool|false|mixed|Query
504+
* @return bool
505505
*
506506
* @throws DatabaseException
507507
*/
@@ -621,7 +621,7 @@ protected function _createTableAttributes(array $attributes): string
621621
}
622622

623623
/**
624-
* @return mixed
624+
* @return bool
625625
*
626626
* @throws DatabaseException
627627
*/
@@ -687,7 +687,7 @@ protected function _dropTable(string $table, bool $ifExists, bool $cascade)
687687
}
688688

689689
/**
690-
* @return mixed
690+
* @return bool
691691
*
692692
* @throws DatabaseException
693693
*/

0 commit comments

Comments
 (0)