Completed
Push — master ( f05a94...890187 )
by recca
07:01
created
src/Receiver.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -45,8 +45,6 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * receive.
47 47
      *
48
-     * @param string  $name
49
-     * @param Closure $closure
50 48
      * @return \Symfony\Component\HttpFoundation\Response
51 49
      */
52 50
     public function receive($inputName = 'file', Closure $callback = null, $path = null)
@@ -96,7 +94,7 @@  discard block
 block discarded – undo
96 94
      *
97 95
      * @param array  $config
98 96
      * @param string $class
99
-     * @return \Recca0120\Upload\Contracts\Api
97
+     * @return Receiver
100 98
      */
101 99
     public static function factory($config = [], $class = FileAPI::class)
102 100
     {
Please login to merge, or discard this patch.