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

@@ -6,7 +6,7 @@ class Console {
* Parse the command line arguments and return the results.
*
* @param array $argv
* @param array
* @return array
*/
public static function options($argv)
{

View File

@@ -74,7 +74,7 @@ class Database {
/**
* Get a database query instance for the migration table.
*
* @return Query
* @return Laravel\Database\Query
*/
protected function table()
{

View File

@@ -14,7 +14,7 @@ class Resolver {
/**
* Create a new instance of the migration resolver.
*
* @param Database $datbase
* @param Database $database
* @return void
*/
public function __construct(Database $database)

View File

@@ -41,7 +41,7 @@ class Runner extends Task {
/**
* Run the tests for a given bundle.
*
* @param array $arguments
* @param array $bundles
* @return void
*/
public function bundle($bundles = array())