Skip to content

Commit c452ad0

Browse files
committed
docs: add PHPDocs
1 parent 6c18480 commit c452ad0

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

system/Database/Forge.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,9 @@ public function dropForeignKey(string $table, string $foreignName)
518518
}
519519

520520
/**
521-
* @return mixed
521+
* @param array $attributes Table attributes
522+
*
523+
* @return bool
522524
*
523525
* @throws DatabaseException
524526
*/
@@ -562,6 +564,8 @@ public function createTable(string $table, bool $ifNotExists = false, array $att
562564
}
563565

564566
/**
567+
* @param array $attributes Table attributes
568+
*
565569
* @return string SQL string
566570
*
567571
* @deprecated $ifNotExists is no longer used, and will be removed.

0 commit comments

Comments
 (0)