Skip to content

Commit

Permalink
docblock fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusjatenee committed Aug 9, 2017
1 parent ddeb906 commit 8a92795
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Testing/Fakes/MailFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function assertSent($mailable, $callback = null)
* Assert if a mailable was sent a number of times based on a truth-test callback.
*
* @param string $mailable
* @param integer $times
* @param int $times
* @param callable|null $callback
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Illuminate/Support/Testing/Fakes/QueueFake.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function assertPushed($job, $callback = null)
* Assert if a job was pushed a number of times based on a truth-test callback.
*
* @param string $job
* @param integer $times
* @param int $times
* @param callable|null $callback
* @return void
*/
Expand Down

0 comments on commit 8a92795

Please sign in to comment.