PHPDoc fixes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user