Completed
Pull Request — master (#189)
by Barry vd.
02:21
created
src/Tasks/Backup/TemporaryDirectory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
     /**
16 16
      * @param string $path
17 17
      *
18
-     * @return mixed
18
+     * @return TemporaryDirectory
19 19
      */
20 20
     public static function create($path = '')
21 21
     {
Please login to merge, or discard this patch.
src/Tasks/Backup/FileSelection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
     }
65 65
 
66 66
     /**
67
-     * @return Generator|string
67
+     * @return \Generator
68 68
      */
69 69
     public function getSelectedFiles()
70 70
     {
Please login to merge, or discard this patch.