We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22840c6 + e757798 commit 180de42Copy full SHA for 180de42
composer.json
@@ -48,7 +48,7 @@
48
"ext-dom": "*",
49
"ext-json": "*",
50
"ext-spl": "*",
51
- "sebastian/environment": "^3.0|^4.0|^5.0",
+ "sebastian/environment": "^3.0|^4.0|^5.0|^6.0",
52
"sebastianfeldmann/cli": "^3.4",
53
"symfony/process": "^3.0|^4.0|^5.0|^6.0"
54
},
src/Cli/Executable/Mysqldump.php
@@ -287,7 +287,7 @@ public function useQuickMode(bool $bool) : Mysqldump
287
/**
288
* Use '--lock-tables' option 'true', 'false' or ''
289
*
290
- * @param string $bool
+ * @param string $value
291
* @return Mysqldump
292
*/
293
public function lockTables(string $value) : Mysqldump
0 commit comments