Skip to content

Commit 180de42

Browse files
Merge branch 'main' into 6.0
2 parents 22840c6 + e757798 commit 180de42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"ext-dom": "*",
4949
"ext-json": "*",
5050
"ext-spl": "*",
51-
"sebastian/environment": "^3.0|^4.0|^5.0",
51+
"sebastian/environment": "^3.0|^4.0|^5.0|^6.0",
5252
"sebastianfeldmann/cli": "^3.4",
5353
"symfony/process": "^3.0|^4.0|^5.0|^6.0"
5454
},

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)