Skip to content

Commit 8d7d045

Browse files
Merge pull request #240 from moebrowne/docs/exec-typos
Source Docblock Typos
2 parents f9692bb + 0a9db52 commit 8d7d045

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Backup/Source/Influxdump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public function backup(Target $target, Result $result) : Status
8888
}
8989

9090
/**
91-
* Create the Executable to run the mysqldump command.
91+
* Create the Executable to run the influxd command.
9292
*
9393
* @param \phpbu\App\Backup\Target $target
9494
* @return \phpbu\App\Cli\Executable

src/Backup/Source/Pgdump.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public function backup(Target $target, Result $result) : Status
252252
}
253253

254254
/**
255-
* Create the Executable to run the mysqldump command
255+
* Create the Executable to run the pg_dump command
256256
*
257257
* @param \phpbu\App\Backup\Target $target
258258
* @return \phpbu\App\Cli\Executable

src/Backup/Source/Redis.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function backup(Target $target, Result $result) : Status
122122
}
123123

124124
/**
125-
* Setup the Executable to run the 'tar' command.
125+
* Setup the Executable to run the 'redis-cli' command.
126126
*
127127
* @param \phpbu\App\Backup\Target $target
128128
* @return \phpbu\App\Cli\Executable

0 commit comments

Comments
 (0)