Skip to content

Commit

Permalink
Add PHP 8.4 built-in classes etc
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHenryIE committed Mar 26, 2024
1 parent a48ad69 commit 63d781d
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions src/ChangeEnumerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,41 @@ protected function getBuiltIns(): array
[
],
],
'8.4' =>
[
'classes' =>
[
'DOM\\Document',
'DOM\\HTMLDocument',
'DOM\\XMLDocument',
'dom\\attr',
'dom\\cdatasection',
'dom\\characterdata',
'dom\\comment',
'dom\\documentfragment',
'dom\\documenttype',
'dom\\domexception',
'dom\\element',
'dom\\entity',
'dom\\entityreference',
'dom\\namednodemap',
'dom\\namespacenode',
'dom\\node',
'dom\\nodelist',
'dom\\notation',
'dom\\processinginstruction',
'dom\\text',
'dom\\xpath',
],
'interfaces' =>
[
'dom\\childnode',
'dom\\parentnode',
],
'traits' =>
[
],
],
];

$flatArray = array();
Expand Down

0 comments on commit 63d781d

Please sign in to comment.