Skip to content

Commit

Permalink
Merge pull request laravel#5890 from GrahamCampbell/4.2-docblock-typo
Browse files Browse the repository at this point in the history
[4.2] Removed A Semicolon From A Docblock
  • Loading branch information
taylorotwell committed Sep 28, 2014
2 parents dc53dac + 5df72e5 commit 5a29778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Connectors/IronConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class IronConnector implements ConnectorInterface {
/**
* The current request instance.
*
* @var \Illuminate\Http\Request;
* @var \Illuminate\Http\Request
*/
protected $request;

Expand Down

0 comments on commit 5a29778

Please sign in to comment.