Completed
Push — master ( d6a65e...e090e4 )
by Daniel
02:17
created
code/checks/URLCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
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
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
 	/**
86 86
 	 * Run this test suite and return the result code of the worst result.
87 87
 	 *
88
-	 * @return int
88
+	 * @return EnvironmentCheckSuiteResult
89 89
 	 */
90 90
 	public function run() {
91 91
 		$result = new EnvironmentCheckSuiteResult();
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
 	/**
166 166
 	 * Register a check against the named check suite.
167 167
 	 *
168
-	 * @param string|array $names
168
+	 * @param string $names
169 169
 	 * @param EnvironmentCheck $check
170 170
 	 * @param string|array
171 171
 	 */
@@ -264,6 +264,7 @@  discard block
 block discarded – undo
264 264
 	/**
265 265
 	 * Return a text version of a status code.
266 266
 	 *
267
+	 * @param integer $status
267 268
 	 * @return string
268 269
 	 */
269 270
 	protected function statusText($status) {
Please login to merge, or discard this patch.
code/checks/ExternalURLCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
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
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
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
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
Please login to merge, or discard this patch.
code/checks/HasClassCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
Please login to merge, or discard this patch.
code/checks/HasFunctionCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
Please login to merge, or discard this patch.
code/checks/SMTPConnectCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
Please login to merge, or discard this patch.
code/checks/SolrIndexCheck.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * @inheritdoc
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 *
33 33
 	 * @throws SS_HTTPResponse_Exception
34 34
 	 */
Please login to merge, or discard this patch.