Completed
Push — master ( 788be6...31ab5b )
by Iman
02:37
created
src/WidgetGenerator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@  discard block
 block discarded – undo
98 98
     }
99 99
 
100 100
     /**
101
-     * @return mixed|string
101
+     * @return string
102 102
      */
103 103
     private function _getViewPath()
104 104
     {
@@ -110,7 +110,7 @@  discard block
 block discarded – undo
110 110
 
111 111
     /**
112 112
      * Creates the widget class
113
-     * @return bool
113
+     * @return false|null
114 114
      */
115 115
     private function _makeWidgetClass()
116 116
     {
Please login to merge, or discard this patch.
src/Utils/WidgetRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
     }
107 107
 
108 108
     /**
109
-     * @param $widget
109
+     * @param string $widget
110 110
      * @return \Illuminate\Foundation\Application|mixed
111 111
      */
112 112
     private function _makeWidgetObj($widget)
Please login to merge, or discard this patch.