Completed
Push — develop ( 984a6e...96bf5d )
by Peter
01:30
created
src/WebinoDebug/Options/DebuggerOptions.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -375,7 +375,6 @@
 block discarded – undo
375 375
     /**
376 376
      * Set debugger bar logo disabled
377 377
      *
378
-     * @param bool $noLogo
379 378
      * @return $this
380 379
      */
381 380
     public function setBarNoLogo($barNoLogo = true)
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   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     private $lastKey;
60 60
 
61 61
     /**
62
-     * @param object|DebuggerInterface $debugger
62
+     * @param DebuggerInterface $debugger
63 63
      * @param object|SharedEventManagerInterface $sharedEvents
64 64
      */
65 65
     public function __construct(DebuggerInterface $debugger, SharedEventManagerInterface $sharedEvents)
Please login to merge, or discard this patch.