Completed
Branch master (bfd614)
by
unknown
30:24
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.