Completed
Push — master ( c5f471...ff15e9 )
by Iman
04:49 queued 03:14
created
src/Utils/WidgetRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     }
44 44
 
45 45
     /**
46
-     * @param $widget object
46
+     * @param string $widget object
47 47
      * @return \Illuminate\Foundation\Application|mixed
48 48
      */
49 49
     private function makeWidgetObj($widget)
Please login to merge, or discard this patch.
src/WidgetGenerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
 
112 112
     /**
113 113
      * Creates the widget class.
114
-     * @return bool
114
+     * @return false|null
115 115
      */
116 116
     private function makeWidgetClass()
117 117
     {
Please login to merge, or discard this patch.