Skip to content

Commit

Permalink
fix phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
taka-oyama committed Oct 18, 2024
1 parent 5c9cb78 commit d07a1f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Database/Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class Connection implements ConnectionInterface
/**
* The event dispatcher instance.
*
* @var \Illuminate\Contracts\Events\Dispatcher
* @var \Illuminate\Contracts\Events\Dispatcher|null
*/
protected $events;

Expand All @@ -127,7 +127,7 @@ class Connection implements ConnectionInterface
/**
* The transaction manager instance.
*
* @var \Illuminate\Database\DatabaseTransactionsManager
* @var \Illuminate\Database\DatabaseTransactionsManager|null
*/
protected $transactionsManager;

Expand Down

0 comments on commit d07a1f9

Please sign in to comment.