Skip to content

Commit

Permalink
Methods were re-introduced
Browse files Browse the repository at this point in the history
  • Loading branch information
Bellangelo authored and LolGleb committed Oct 30, 2024
1 parent 64e91bb commit 600da0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dom/dom_c.php
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,6 @@ public function hasAttributes(): bool {}

/**
* @return int
* @removed 8.0
*/
#[LanguageLevelTypeAware(['8.4' => 'int'], default: '')]
public function compareDocumentPosition(DOMNode $other) {}
Expand Down Expand Up @@ -335,7 +334,6 @@ public function lookupNamespaceUri($prefix) {}
/**
* @param DOMNode|null $arg
* @return bool
* @removed 8.0
*/
#[LanguageLevelTypeAware(['8.3' => 'bool'], default: '')]
public function isEqualNode(#[LanguageLevelTypeAware(['8.3' => 'DOMNode|null'], default: 'DOMNode')] $otherNode) {}
Expand Down

0 comments on commit 600da0e

Please sign in to comment.