Completed
Push — master ( d57f7c...e95de4 )
by Iman
02:08
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/helpers.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -8,6 +8,10 @@
 block discarded – undo
8 8
 }
9 9
 
10 10
 if (! function_exists('expire_widgets')) {
11
+
12
+    /**
13
+     * @param string[] $tags
14
+     */
11 15
     function expire_widgets($tags)
12 16
     {
13 17
         return app(\Imanghafoori\Widgets\Utils\Cache::class)->expireTaggedWidgets($tags);
Please login to merge, or discard this patch.