Skip to content

Commit 48c4dc5

Browse files
committed
Database SQLite3 Table typos changes
1 parent 282418d commit 48c4dc5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

system/Database/SQLite3/Table.php

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ public function modifyColumn(array $field)
214214

215215
/**
216216
* Creates the new table based on our current fields.
217+
*
218+
* @return mixed
217219
*/
218220
protected function createTable()
219221
{
@@ -264,6 +266,8 @@ protected function createTable()
264266
* Copies data from our old table to the new one,
265267
* taking care map data correctly based on any columns
266268
* that have been renamed.
269+
*
270+
* @return void
267271
*/
268272
protected function copyData()
269273
{
@@ -297,7 +301,7 @@ protected function copyData()
297301
*
298302
* @param array|boolean $fields
299303
*
300-
* @return array
304+
* @return mixed
301305
*/
302306
protected function formatFields($fields)
303307
{
@@ -332,7 +336,7 @@ protected function formatFields($fields)
332336
* Converts keys retrieved from the database to
333337
* the format needed to create later.
334338
*
335-
* @param $keys
339+
* @param mixed $keys
336340
*
337341
* @return mixed
338342
*/
@@ -359,6 +363,8 @@ protected function formatKeys($keys)
359363
/**
360364
* Attempts to drop all indexes and constraints
361365
* from the database for this table.
366+
*
367+
* @return null|void
362368
*/
363369
protected function dropIndexes()
364370
{

0 commit comments

Comments
 (0)