@@ -65,7 +65,7 @@ discard block |
||
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 |
||
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; |