Skip to content

Commit

Permalink
fix docblock comment
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 18, 2015
1 parent b195711 commit 9907432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Databases/MySQLDatabase.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct(Console $console, $database, $user, $password, $host
/**
* Create a database dump
*
* @param $destinationFile
* @param string $destinationFile
* @return bool
*/
public function dump($destinationFile)
Expand Down

0 comments on commit 9907432

Please sign in to comment.