Completed
Branch master (a553dc)
by
unknown
26:33
created
includes/api/ApiCSPReport.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 	/**
65 65
 	 * Log CSP report, with a different severity depending on $flags
66 66
 	 * @param $flags Array Flags for this report
67
-	 * @param $logLine String text of log entry
67
+	 * @param string $logLine String text of log entry
68 68
 	 * @param $context Array logging context
69 69
 	 */
70 70
 	private function logReport( $flags, $logLine, $context ) {
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
 	 * Stop processing the request, and output/log an error
166 166
 	 *
167 167
 	 * @param $code String error code
168
-	 * @param $method String method that made error
168
+	 * @param string $method String method that made error
169 169
 	 * @throws UsageException Always
170 170
 	 */
171 171
 	private function error( $code, $method ) {
Please login to merge, or discard this patch.
includes/specialpage/ChangesListSpecialPage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
 	/**
108 108
 	 * Create a FormOptions object with options as specified by the user
109 109
 	 *
110
-	 * @param array $parameters
110
+	 * @param string $parameters
111 111
 	 *
112 112
 	 * @return FormOptions
113 113
 	 */
Please login to merge, or discard this patch.