Skip to content

Commit 7d3123d

Browse files
committed
strip_tags 2nd parameter accepts array on PHP 7.4
1 parent 1b72fa1 commit 7d3123d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Reflection/SignatureMap/functionMap_php74delta.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'ReflectionReference::fromArrayElement' => ['?ReflectionReference', 'array'=>'array', 'key'=>'int|string'],
5151
'ReflectionReference::getId' => ['string'],
5252
'SQLite3Stmt::getSQL' => ['string', 'expanded='=>'bool'],
53+
'strip_tags' => ['string', 'str'=>'string', 'allowable_tags='=>'string|array<int, string>'],
5354
'WeakReference::create' => ['WeakReference', 'referent'=>'object'],
5455
'WeakReference::get' => ['?object'],
5556
],

0 commit comments

Comments
 (0)