Skip to content

Commit 6d31f2c

Browse files
authored
Corrected app instance type in TestCase (#39356)
1 parent 40afd67 commit 6d31f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Foundation/Testing/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class TestCase extends BaseTestCase
3232
/**
3333
* The Illuminate application instance.
3434
*
35-
* @var \Illuminate\Contracts\Foundation\Application
35+
* @var \Illuminate\Foundation\Application
3636
*/
3737
protected $app;
3838

0 commit comments

Comments
 (0)