We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306d944 commit 1ad6765Copy full SHA for 1ad6765
XmlParser.php
@@ -78,6 +78,10 @@ public function __construct($encoding = 'UTF-8') {
78
xml_set_unparsed_entity_decl_handler($this->parser, [$this, 'handleUnparsedEntitiyDeclaration']);
79
}
80
81
+ /**
82
+ * @psalm-suppress RedundantConditionGivenDocblockType This is a workaround for an error with PHP 7.3 on
83
+ * Windows and MacOs
84
+ */
85
public function __destruct() {
86
// Workaround for an error with php 7.3 on Windows and MacOs
87
// remove if condition when 7.3 version not supported anymore
0 commit comments