Skip to content

Commit

Permalink
more xhtml work
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Apr 20, 2024
1 parent 083b725 commit 1f394d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
]
),

TypeKind::PHPFHIR_XHTML => require_with(
__DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_xhtml.php',
$requireArgs + [
'property' => $property,
'i' => $i,
]
),
// TypeKind::PHPFHIR_XHTML => require_with(
// __DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_xhtml.php',
// $requireArgs + [
// 'property' => $property,
// 'i' => $i,
// ]
// ),

default => require_with(
__DIR__ . DIRECTORY_SEPARATOR . 'body_parse_node_typed_default.php',
Expand Down

This file was deleted.

0 comments on commit 1f394d3

Please sign in to comment.