Completed
Push — master ( 152c11...b89aef )
by
unknown
10:16
created
src/Checks/FileAccessibilityAndValidationCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      * {@inheritDoc}
76 76
      *
77
-     * @return array
77
+     * @return string[]
78 78
      */
79 79
     public function check()
80 80
     {
Please login to merge, or discard this patch.
src/EnvironmentCheckSuite.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@  discard block
 block discarded – undo
106 106
     /**
107 107
      * Run this test suite and return the result code of the worst result.
108 108
      *
109
-     * @return int
109
+     * @return EnvironmentCheckSuiteResult
110 110
      */
111 111
     public function run()
112 112
     {
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     /**
196 196
      * Register a check against the named check suite.
197 197
      *
198
-     * @param string|array $names
198
+     * @param string $names
199 199
      * @param EnvironmentCheck $check
200 200
      * @param string|array
201 201
      */
Please login to merge, or discard this patch.
src/Checks/FileAgeCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      * {@inheritDoc}
76 76
      *
77
-     * @return array
77
+     * @return string[]
78 78
      */
79 79
     public function check()
80 80
     {
Please login to merge, or discard this patch.
src/Checks/SMTPConnectCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      * {@inheritDoc}
76 76
      *
77
-     * @return array
77
+     * @return string[]
78 78
      */
79 79
     public function check()
80 80
     {
Please login to merge, or discard this patch.