File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 66
77mapping :
88 ' Andreas Isaak <info@andreas-isaak.de> ' : ' Andreas Isaak <andy.jared@googlemail.com>'
9+ ' Ingolf Steinhardt <info@e-spin.de> ' :
10+ - ' zonky2 <info@e-spin.de>'
11+ - ' info@e-spin.de <info@e-spin.de>'
Original file line number Diff line number Diff line change @@ -266,11 +266,13 @@ private function prepareLabel(IAttribute $objAttribute)
266266 /**
267267 * Prepare the parameter value.
268268 *
269- * @param $value
269+ * @param string $value The value.
270270 *
271271 * @return mixed|string
272+ *
273+ * @SuppressWarnings(PHPMD.Superglobals)
272274 */
273- private function getParamValue ($ value ): string
275+ private function getParamValue (string $ value ): string
274276 {
275277 if ($ this ->get ('option_label_param ' )) {
276278 return 'yes ' === $ value ? $ GLOBALS ['TL_LANG ' ]['MSC ' ]['yes ' ] : $ GLOBALS ['TL_LANG ' ]['MSC ' ]['no ' ];
You can’t perform that action at this time.
0 commit comments