Skip to content

Commit 9907432

Browse files
committed
fix docblock comment
1 parent b195711 commit 9907432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Databases/MySQLDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct(Console $console, $database, $user, $password, $host
3333
/**
3434
* Create a database dump
3535
*
36-
* @param $destinationFile
36+
* @param string $destinationFile
3737
* @return bool
3838
*/
3939
public function dump($destinationFile)

0 commit comments

Comments
 (0)