@@ -59,7 +59,7 @@ |
||
59 | 59 | } |
60 | 60 | |
61 | 61 | /** |
62 | - * @return mixed |
|
62 | + * @return string |
|
63 | 63 | * @throws \Illuminate\Contracts\Filesystem\FileNotFoundException |
64 | 64 | */ |
65 | 65 | public function getRequiredPhpConstraint() |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace BeyondCode\SelfDiagnosis\Checks; |
4 | 4 | |
5 | -use Illuminate\Filesystem\Filesystem; |
|
6 | 5 | use Composer\Semver\Semver; |
6 | +use Illuminate\Filesystem\Filesystem; |
|
7 | 7 | |
8 | 8 | class CorrectPhpVersionIsInstalled implements Check |
9 | 9 | { |
@@ -2,8 +2,8 @@ |
||
2 | 2 | |
3 | 3 | namespace BeyondCode\SelfDiagnosis\Checks; |
4 | 4 | |
5 | -use Illuminate\Support\Collection; |
|
6 | 5 | use Illuminate\Filesystem\Filesystem; |
6 | +use Illuminate\Support\Collection; |
|
7 | 7 | |
8 | 8 | class DirectoriesHaveCorrectPermissions implements Check |
9 | 9 | { |