Completed
Push — master ( 9e0130...0aa24b )
by Thomas
01:22
created
code/DebugBar.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -157,6 +157,9 @@
 block discarded – undo
157 157
         return self::$showQueries;
158 158
     }
159 159
 
160
+    /**
161
+     * @param boolean $showQueries
162
+     */
160 163
     public static function setShowQueries($showQueries)
161 164
     {
162 165
         self::$showQueries = $showQueries;
Please login to merge, or discard this patch.