Completed
Pull Request — master (#74)
by
unknown
06:53
created
src/Checks/CorrectPhpVersionIsInstalled.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.
src/Checks/DirectoriesHaveCorrectPermissions.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.