PHPDoc fixes
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
@@ -74,7 +74,7 @@ class Database {
|
||||
/**
|
||||
* Get a database query instance for the migration table.
|
||||
*
|
||||
* @return Query
|
||||
* @return Laravel\Database\Query
|
||||
*/
|
||||
protected function table()
|
||||
{
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user