We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdd6c6 commit fcdfa63Copy full SHA for fcdfa63
src/Type/ObjectType.php
@@ -67,7 +67,19 @@ class ObjectType implements TypeWithClassName, SubtractableType
67
use UndecidedComparisonTypeTrait;
68
use NonGeneralizableTypeTrait;
69
70
- private const EXTRA_OFFSET_CLASSES = ['SimpleXMLElement', 'DOMNodeList', 'Threaded'];
+ private const EXTRA_OFFSET_CLASSES = [
71
+ 'DOMNamedNodeMap', // Only read and existence
72
+ 'Dom\NamedNodeMap', // Only read and existence
73
+ 'DOMNodeList', // Only read and existence
74
+ 'Dom\NodeList', // Only read and existence
75
+ 'Dom\HTMLCollection', // Only read and existence
76
+ 'Dom\DtdNamedNodeMap', // Only read and existence
77
+ 'PDORow', // Only read and existence
78
+ 'ResourceBundle', // Only read
79
+ 'FFI\CData', // Very funky and weird
80
+ 'SimpleXMLElement',
81
+ 'Threaded',
82
+ ];
83
84
private ?Type $subtractedType;
85
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments