Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 9, 2020
1 parent 9757174 commit d60e84b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Queueable.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ trait Queueable
public $delay;

/**
* Indicate the job should be dispatched after database transactions.
* Indicates whether the job should be dispatched after all database transactions have committed.
*
* @var bool|null
*/
Expand Down Expand Up @@ -141,7 +141,7 @@ public function delay($delay)
}

/**
* Indicate that the job should be dispatched after database transactions.
* Indicate that the job should be dispatched after all database transactions have committed.
*
* @return $this
*/
Expand All @@ -153,7 +153,7 @@ public function afterCommit()
}

/**
* Indicate that the job should be dispatched before database transactions.
* Indicate that the job should not wait until database transactions have been committed before dispatching.
*
* @return $this
*/
Expand Down

0 comments on commit d60e84b

Please sign in to comment.