Skip to content

Commit 344c7ea

Browse files
authored
improve Connection@listen docblock (laravel#57633)
1 parent 9fe1f12 commit 344c7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Connection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ public function beforeExecuting(Closure $callback)
10481048
/**
10491049
* Register a database query listener with the connection.
10501050
*
1051-
* @param \Closure $callback
1051+
* @param \Closure(\Illuminate\Database\Events\QueryExecuted) $callback
10521052
* @return void
10531053
*/
10541054
public function listen(Closure $callback)

0 commit comments

Comments
 (0)