Skip to content

Commit 78dcf2c

Browse files
Fix PHPDoc type hint
1 parent b48c502 commit 78dcf2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Backup/Source/Mysqldump.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class Mysqldump extends SimulatorExecutable implements Simulator
155155

156156
/**
157157
* Add general transaction id statement.
158-
* --set-gids-purged
158+
* --set-gids-purged=['ON', 'OFF', 'AUTO']
159159
*
160160
* @var string
161161
*/
@@ -165,7 +165,7 @@ class Mysqldump extends SimulatorExecutable implements Simulator
165165
* Dump procedures and functions.
166166
* --routines
167167
*
168-
* @var string
168+
* @var bool
169169
*/
170170
private $routines;
171171

0 commit comments

Comments
 (0)