Completed
Pull Request — master (#312)
by Freek
03:37 queued 01:42
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/Notifications/BaseNotification.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,6 @@
 block discarded – undo
11 11
     /**
12 12
      * Get the notification's delivery channels.
13 13
      *
14
-     * @param  mixed  $notifiable
15 14
      * @return array
16 15
      */
17 16
     public function via()
Please login to merge, or discard this patch.
src/Tasks/Backup/DbDumperFactory.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,9 +49,9 @@
 block discarded – undo
49 49
     /**
50 50
      * @param array $dumpConfiguration
51 51
      *
52
-     * @param $dbDumper
52
+     * @param DbDumper $dbDumper
53 53
      *
54
-     * @return mixed
54
+     * @return DbDumper
55 55
      */
56 56
     protected static function processExtraDumpParameters(array $dumpConfiguration, $dbDumper): DbDumper
57 57
     {
Please login to merge, or discard this patch.
src/Tasks/Backup/Manifest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
     }
54 54
 
55 55
     /**
56
-     * @return \Generator|string[]
56
+     * @return \Generator
57 57
      */
58 58
     public function files()
59 59
     {
Please login to merge, or discard this patch.