@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | /** |
147 | 147 | * Creates a RedisLastSave command from a RedisSave command. |
148 | 148 | * |
149 | - * @param \phpbu\App\Backup\Source\RedisCli $redis |
|
149 | + * @param Executable $redis |
|
150 | 150 | * @return \phpbu\App\Backup\Source\RedisCli |
151 | 151 | */ |
152 | 152 | public function getRedisLastSave(RedisCli $redis) |
@@ -160,7 +160,7 @@ discard block |
||
160 | 160 | * Return last successful save timestamp. |
161 | 161 | * |
162 | 162 | * @param \phpbu\App\Cli\Executable\RedisCli $redis |
163 | - * @return int |
|
163 | + * @return string |
|
164 | 164 | * @throws \phpbu\App\Exception |
165 | 165 | */ |
166 | 166 | private function getLastBackupTime(Executable\RedisCli $redis) |