Completed
Push — master ( 693049...a54de9 )
by Travis
02:23
created
src/NukaCode/Core/View/ViewBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
     /**
58 58
      * Get the current layout.
59 59
      *
60
-     * @return mixed
60
+     * @return \Illuminate\View\View
61 61
      */
62 62
     public function getLayout()
63 63
     {
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
     /**
134 134
      * Return the details of the view resolution for troubleshooting.
135 135
      *
136
-     * @return mixed
136
+     * @return Models\ViewModel
137 137
      */
138 138
     public function debug()
139 139
     {
Please login to merge, or discard this patch.