Completed
Pull Request — master (#34)
by Stig
04:28 queued 02:13
created
code/checks/SMTPConnectCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * @inheritdoc
49 49
      *
50
-     * @return array
50
+     * @return string[]
51 51
      */
52 52
     public function check()
53 53
     {
Please login to merge, or discard this patch.
code/EnvironmentCheckSuite.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
     /**
90 90
      * Run this test suite and return the result code of the worst result.
91 91
      *
92
-     * @return int
92
+     * @return EnvironmentCheckSuiteResult
93 93
      */
94 94
     public function run()
95 95
     {
@@ -175,7 +175,7 @@  discard block
 block discarded – undo
175 175
     /**
176 176
      * Register a check against the named check suite.
177 177
      *
178
-     * @param string|array $names
178
+     * @param string $names
179 179
      * @param EnvironmentCheck $check
180 180
      * @param string|array
181 181
      */
@@ -287,6 +287,7 @@  discard block
 block discarded – undo
287 287
     /**
288 288
      * Return a text version of a status code.
289 289
      *
290
+     * @param integer $status
290 291
      * @return string
291 292
      */
292 293
     protected function statusText($status)
Please login to merge, or discard this patch.
code/checks/FileAccessibilityAndValidationCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * @inheritdoc
49 49
      *
50
-     * @return array
50
+     * @return string[]
51 51
      */
52 52
     public function check()
53 53
     {
Please login to merge, or discard this patch.
code/checks/FileAgeCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * @inheritdoc
49 49
      *
50
-     * @return array
50
+     * @return string[]
51 51
      */
52 52
     public function check()
53 53
     {
Please login to merge, or discard this patch.