Completed
Push — master ( 99f0cc...43937d )
by Jacob
03:09
created
utility/Database.class.inc.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -84,6 +84,9 @@
 block discarded – undo
84 84
 		return false;
85 85
 	}
86 86
 
87
+	/**
88
+	 * @param string $query
89
+	 */
87 90
 	public static function execute($query)
88 91
 	{
89 92
 		$start = microtime(true);
Please login to merge, or discard this patch.