Skip to content

Commit e2ec0fe

Browse files
Toto Prayogokenjis
andcommitted
remove null as $context
Co-authored-by: kenjis <kenji.uui@gmail.com>
1 parent 7d3f02c commit e2ec0fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ function env(string $key, $default = null)
380380
* If $data is an array, then it loops over it, escaping each
381381
* 'value' of the key/value pairs.
382382
*
383-
* Valid context values: html, js, css, url, attr, raw, null
383+
* Valid context values: html, js, css, url, attr, raw
384384
*
385385
* @param array|string $data
386386
* @param string $encoding

0 commit comments

Comments
 (0)