Completed
Push — master ( d6c050...95a747 )
by Nekrasov
02:07
created
src/Checks/Laravel/Dev/ConfigurationIsNotCached.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Perform the check.
19 19
      *
20
-     * @return Result
20
+     * @return \Arrilot\SystemCheck\CheckResult
21 21
      */
22 22
     public function perform()
23 23
     {
Please login to merge, or discard this patch.
src/Checks/Laravel/Dev/RoutesAreNotCached.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Perform the check.
19 19
      *
20
-     * @return Result
20
+     * @return \Arrilot\SystemCheck\CheckResult
21 21
      */
22 22
     public function perform()
23 23
     {
Please login to merge, or discard this patch.
src/Checks/Laravel/Production/ConfigurationIsCached.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Perform the check.
19 19
      *
20
-     * @return Result
20
+     * @return \Arrilot\SystemCheck\CheckResult
21 21
      */
22 22
     public function perform()
23 23
     {
Please login to merge, or discard this patch.
src/Checks/Laravel/Production/RoutesAreCached.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * Perform the check.
19 19
      *
20
-     * @return Result
20
+     * @return \Arrilot\SystemCheck\CheckResult
21 21
      */
22 22
     public function perform()
23 23
     {
Please login to merge, or discard this patch.