@@ -64,7 +64,7 @@ discard block |
||
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 |
||
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 ) { |
@@ -107,7 +107,7 @@ |
||
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 | */ |