Skip to content

Commit 55e6023

Browse files
nunomadurotaylorotwell
authored andcommitted
Fixes phpdocs (#18248)
1 parent ef3374a commit 55e6023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Illuminate/Support/ServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ abstract class ServiceProvider
99
/**
1010
* The application instance.
1111
*
12-
* @var \Illuminate\Contracts\Foundation\Application
12+
* @var \Illuminate\Foundation\Application
1313
*/
1414
protected $app;
1515

@@ -37,7 +37,7 @@ abstract class ServiceProvider
3737
/**
3838
* Create a new service provider instance.
3939
*
40-
* @param \Illuminate\Contracts\Foundation\Application $app
40+
* @param \Illuminate\Foundation\Application $app
4141
* @return void
4242
*/
4343
public function __construct($app)

0 commit comments

Comments
 (0)