|
55 | 55 | 'add_users_page' => [null, 'callback' => "''|callable"], |
56 | 56 | 'addslashes_gpc' => ['($gpc is string ? string : array)', '@phpstan-pure' => ''], |
57 | 57 | 'antispambot' => [null, 'hex_encoding' => '0|1'], |
| 58 | + 'backslashit' => [null, '@phpstan-pure' => ''], |
58 | 59 | 'block_version' => ["(\$content is '' ? 0 : 0|1)", '@phpstan-pure' => ''], |
59 | 60 | 'bool_from_yn' => ["(\$yn is 'y' ? true : false)", '@phpstan-pure' => ''], |
60 | 61 | 'build_dropdown_script_block_core_categories' => ['non-falsy-string'], |
|
156 | 157 | 'the_modified_date' => ['($display is true ? void : string)'], |
157 | 158 | 'the_title' => ['($display is true ? void : string|void)'], |
158 | 159 | 'trailingslashit' => ['non-falsy-string', '@phpstan-pure' => ''], |
| 160 | + 'untrailingslashit' => [null, '@phpstan-pure' => ''], |
159 | 161 | 'urldecode_deep' => ['T', '@phpstan-template' => 'T', 'value' => 'T'], |
160 | 162 | 'urlencode_deep' => ['T', '@phpstan-template' => 'T', 'value' => 'T'], |
161 | 163 | 'validate_file' => ["(\$file is '' ? 0 : (\$allowed_files is empty ? 0|1|2 : 0|1|2|3))"], |
|
0 commit comments