Completed
Push — master ( 1df032...2ea341 )
by Robbie
11s queued 11s
created
code/DebugBar.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
 
66 66
     /**
67 67
      * Get the Debug Bar instance
68
-     * @return \DebugBar\StandardDebugBar
68
+     * @return DebugBar\DebugBar|null
69 69
      * @throws Exception
70 70
      * @global array $databaseConfig
71 71
      */
@@ -172,6 +172,9 @@  discard block
 block discarded – undo
172 172
         return self::$showQueries;
173 173
     }
174 174
 
175
+    /**
176
+     * @param boolean $showQueries
177
+     */
175 178
     public static function setShowQueries($showQueries)
176 179
     {
177 180
         self::$showQueries = $showQueries;
Please login to merge, or discard this patch.