Skip to content

Commit

Permalink
Fixes phpdocs (#18248)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored and taylorotwell committed Mar 8, 2017
1 parent ef3374a commit 55e6023
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Illuminate/Support/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ abstract class ServiceProvider
/**
* The application instance.
*
* @var \Illuminate\Contracts\Foundation\Application
* @var \Illuminate\Foundation\Application
*/
protected $app;

Expand Down Expand Up @@ -37,7 +37,7 @@ abstract class ServiceProvider
/**
* Create a new service provider instance.
*
* @param \Illuminate\Contracts\Foundation\Application $app
* @param \Illuminate\Foundation\Application $app
* @return void
*/
public function __construct($app)
Expand Down

0 comments on commit 55e6023

Please sign in to comment.