Completed
Push — master ( 37d275...78934e )
by Iman
02:08
created
src/Utils/Normalizers/TemplateNormalizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,7 @@
 block discarded – undo
6 6
 {
7 7
     /**
8 8
      * Figures out which template to render.
9
-     * @param $widget
9
+     * @param \Imanghafoori\Widgets\BaseWidget $widget
10 10
      * @return null
11 11
      */
12 12
     public function normalizeTemplateName($widget)
Please login to merge, or discard this patch.
src/Utils/Normalizer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 
51 51
     /**
52 52
      * Figures out what the variable name should be in view file.
53
-     * @param $widget
53
+     * @param BaseWidget $widget
54 54
      * @return null
55 55
      */
56 56
     private function normalizeContextAs($widget)
Please login to merge, or discard this patch.