We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e388c9 commit d21c65dCopy full SHA for d21c65d
1 file changed
system/Common.php
@@ -415,10 +415,10 @@ function env(string $key, $default = null)
415
* 'value' of the key/value pairs.
416
*
417
* @param array|string $data
418
- * @param 'html'|'js'|'css'|'url'|'attr'|'raw' $context
419
- * @param string|null $encoding Current encoding for escaping.
420
- * If not UTF-8, we convert strings from this encoding
421
- * pre-escaping and back to this encoding post-escaping.
+ * @phpstan-param 'html'|'js'|'css'|'url'|'attr'|'raw' $context
+ * @param string|null $encoding Current encoding for escaping.
+ * If not UTF-8, we convert strings from this encoding
+ * pre-escaping and back to this encoding post-escaping.
422
423
* @return array|string
424
0 commit comments