Completed
Push — master ( 460b97...b63ecb )
by Ryan
05:27
created
src/Support/Template.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
      *
55 55
      * @param             $template
56 56
      * @param  array      $payload
57
-     * @return string
57
+     * @return \Illuminate\Contracts\View\View
58 58
      * @throws \Exception
59 59
      */
60 60
     public function render($template, array $payload = [])
Please login to merge, or discard this patch.