Completed
Push — develop ( 535d10...221f93 )
by Peter
21:59
created
src/WebinoDraw/Service/DrawProfiler.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
     /**
60 60
      * @param array $spec
61
-     * @param $isDisabled
61
+     * @param boolean $isDisabled
62 62
      */
63 63
     public function beginNodeRender(array $spec, $isDisabled)
64 64
     {
@@ -74,6 +74,7 @@  discard block
 block discarded – undo
74 74
 
75 75
     /**
76 76
      * @TODO method description
77
+     * @param \DOMNodeList $nodes
77 78
      */
78 79
     public function beginNodesDraw($nodes, $helper, $spec, $vars)
79 80
     {
@@ -82,6 +83,7 @@  discard block
 block discarded – undo
82 83
 
83 84
     /**
84 85
      * @TODO method description
86
+     * @param \DOMNodeList $nodes
85 87
      */
86 88
     public function finishNodesDraw($nodes, $helper, $spec, $vars)
87 89
     {
Please login to merge, or discard this patch.
src/WebinoDraw/Debugger/DrawPanel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     }
66 66
 
67 67
     /**
68
-     * @param object|DrawProfiler $profiler
68
+     * @param DrawProfiler $profiler
69 69
      * @return $this
70 70
      */
71 71
     public function setProfiler(DrawProfiler $profiler)
Please login to merge, or discard this patch.