Completed
Push — master ( 6815fb...4d6b86 )
by Justin
02:14
created
core/Response.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,7 +24,6 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * Returns a response with a particular view loaded.
26 26
      *
27
-     * @param  string $view name of the view to load
28 27
      * @param  array  $data data to expose to the view
29 28
      * @return \Psr\Http\Message\ResponseInterface
30 29
      */
@@ -36,7 +35,7 @@  discard block
 block discarded – undo
36 35
     /**
37 36
      * Create a new basic string response.
38 37
      *
39
-     * @param  string $name name of the view to load
38
+     * @param string $string
40 39
      * @return \Psr\Http\Message\ResponseInterface
41 40
      */
42 41
     public static function string($string)
Please login to merge, or discard this patch.