Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masterix21 committed Aug 25, 2020
1 parent d8aa393 commit 623dccb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Foundation/Testing/RefreshDatabase.php
Expand Up @@ -37,7 +37,7 @@ protected function usingInMemoryDatabase()
*/
protected function migrateCommandParameters()
{
return [ ];
return [];
}

/**
Expand All @@ -53,7 +53,7 @@ protected function refreshInMemoryDatabase()
}

/**
* Parameters used on migrate fresh conventional database
* Parameters used on migrate fresh conventional database.
*
* @return array
*/
Expand Down

0 comments on commit 623dccb

Please sign in to comment.