PHPDoc fixes

This commit is contained in:
Phill Sparks
2012-02-04 21:30:52 +00:00
parent f3be544b1a
commit 62072e5281
36 changed files with 74 additions and 56 deletions

View File

@@ -99,7 +99,9 @@ class Table {
/**
* Create a new index on the table.
*
* @param string|array
* @param string|array $columns
* @param string $name
* @return Fluent
*/
public function index($columns, $name)
{
@@ -237,7 +239,6 @@ class Table {
* Add a float column to the table.
*
* @param string $name
* @param bool $increment
* @return Fluent
*/
public function float($name)