Completed
Push — master ( 99e371...869af4 )
by Brian
03:51
created
src/Publisher/Publisher.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -69,9 +69,8 @@  discard block
 block discarded – undo
69 69
      * Publish files from a given path.
70 70
      *
71 71
      * @param string $package
72
-     * @param string $source
73 72
      *
74
-     * @return bool
73
+     * @return string
75 74
      */
76 75
     public function getFileList($package)
77 76
     {
@@ -128,8 +127,9 @@  discard block
 block discarded – undo
128 127
     /**
129 128
      * Get the target destination path for the files.
130 129
      *
131
-     * @param string $package
132 130
      *
131
+     * @param string $type
132
+     * @param string[] $args
133 133
      * @return string
134 134
      */
135 135
     protected function getDestinationPath($type, $args)
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     /**
157 157
      * @param $path
158 158
      *
159
-     * @return mixed
159
+     * @return string
160 160
      */
161 161
     protected function getClassFromFile($path)
162 162
     {
Please login to merge, or discard this patch.
src/ServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * Get the services provided by the provider.
62 62
      *
63
-     * @return array
63
+     * @return string[]
64 64
      */
65 65
     public function provides()
66 66
     {
@@ -361,7 +361,7 @@  discard block
 block discarded – undo
361 361
     }
362 362
 
363 363
     /**
364
-     * @param $file
364
+     * @param string $file
365 365
      *
366 366
      * @return string
367 367
      */
Please login to merge, or discard this patch.