Core composer packages update
This commit is contained in:
11
vendor/vimeo/psalm/stubs/Php74.phpstub
vendored
Normal file
11
vendor/vimeo/psalm/stubs/Php74.phpstub
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @psalm-pure
|
||||
*
|
||||
* @psalm-taint-escape html
|
||||
* @psalm-flow ($string) -> return
|
||||
*
|
||||
* @param null|string|array<array-key,string> $allowed_tags
|
||||
*/
|
||||
function strip_tags(string $string, null|string|array $allowed_tags = null) : string {}
|
||||
Reference in New Issue
Block a user