Skip to content

Commit 3a72fe5

Browse files
Fix PHPDoc
1 parent 7d56732 commit 3a72fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cli/Executable/Mysqldump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function useQuickMode(bool $bool) : Mysqldump
287287
/**
288288
* Use '--lock-tables' option 'true', 'false' or ''
289289
*
290-
* @param string $bool
290+
* @param string $value
291291
* @return Mysqldump
292292
*/
293293
public function lockTables(string $value) : Mysqldump

0 commit comments

Comments
 (0)