Completed
Push — develop ( c7da3b...79e753 )
by Peter
06:40
created
src/WebinoDebug/Listener/EventProfilerListener.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     protected $listeners = [];
36 36
 
37 37
     /**
38
-     * @param object|EventProfiler $eventProfiler
38
+     * @param EventProfiler $eventProfiler
39 39
      */
40 40
     public function __construct(EventProfiler $eventProfiler)
41 41
     {
Please login to merge, or discard this patch.
src/WebinoDebug/Service/Debugger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@
 block discarded – undo
109 109
     /**
110 110
      * Set debugger bar panel
111 111
      *
112
-     * @param object|PanelInterface|null $panel Panel object
112
+     * @param null|PanelInterface $panel Panel object
113 113
      * @param string $id Panel id
114 114
      * @return $this
115 115
      */
Please login to merge, or discard this patch.
src/WebinoDebug/Service/EventProfiler.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,8 +59,8 @@
 block discarded – undo
59 59
     private $lastKey;
60 60
 
61 61
     /**
62
-     * @param object|DebuggerInterface $debugger
63
-     * @param object|SharedEventManagerInterface $sharedEvents
62
+     * @param DebuggerInterface $debugger
63
+     * @param SharedEventManagerInterface $sharedEvents
64 64
      */
65 65
     public function __construct(DebuggerInterface $debugger, SharedEventManagerInterface $sharedEvents)
66 66
     {
Please login to merge, or discard this patch.
src/WebinoDebug/Debugger/ConfigPanel.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     }
88 88
 
89 89
     /**
90
-     * @param object|DebuggerInterface $debugger
90
+     * @param DebuggerInterface $debugger
91 91
      * @return $this
92 92
      */
93 93
     public function setDebugger(DebuggerInterface $debugger)
Please login to merge, or discard this patch.