1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-25 00:02:17 +01:00

Add ReflectionIntersectionType

… to the list of ReflectionType subtypes

Closes GH-1166.
This commit is contained in:
Alexander M. Turek
2021-12-01 15:26:16 +01:00
committed by GitHub
parent 3561c702e7
commit a324fcef80

View File

@@ -17,6 +17,7 @@
<simplelist>
<member><classname>ReflectionNamedType</classname> (as of PHP 7.1.0)</member>
<member><classname>ReflectionUnionType</classname> (as of PHP 8.0.0)</member>
<member><classname>ReflectionIntersectionType</classname> (as of PHP 8.1.0)</member>
</simplelist>
</para>
</section>