Skip to content

Commit

Permalink
Fix database events phpdoc (#22420)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximebeaudoin authored and taylorotwell committed Dec 14, 2017
1 parent 7004069 commit 1ec826a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Events/QueryExecuted.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ class QueryExecuted
*
* @param string $sql
* @param array $bindings
* @param float $time
* @param string $connection
* @param float|null $time
* @param \Illuminate\Database\Connection $connection
* @return void
*/
public function __construct($sql, $bindings, $time, $connection)
Expand Down

0 comments on commit 1ec826a

Please sign in to comment.