Skip to content

Commit

Permalink
Merge pull request spatie#123 from spatie/analysis-M1PWAj
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
Rias authored Jan 16, 2020
2 parents e66ac4c + dd618ec commit 0f9a65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Databases/MongoDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function setAuthenticationDatabase(string $authenticationDatabase)
*
* @return string
*/
public function getDumpCommand(string $filename) : string
public function getDumpCommand(string $filename): string
{
$quote = $this->determineQuote();

Expand Down

0 comments on commit 0f9a65b

Please sign in to comment.