Completed
Push — master ( 79b758...c1b81f )
by Mark
26:35 queued 25:36
created
src/SlowQueryServiceProvider.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -40,6 +40,11 @@
 block discarded – undo
40 40
         });
41 41
     }
42 42
 
43
+    /**
44
+     * @param string $sql
45
+     * @param double $time
46
+     * @param string $connectionName
47
+     */
43 48
     public function makeQuery($sql, $bindings, $time, $connectionName)
44 49
     {
45 50
         return new Query($sql, $bindings, $time, $connectionName);
Please login to merge, or discard this patch.