Completed
Push — master ( 6f372c...9253a3 )
by Sebastian
06:48
created
src/Backup/Source/Redis.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.