Skip to content

Commit

Permalink
minor cleanup in prep for gettin validation going
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Dec 7, 2019
1 parent 58c05bf commit 45af5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion template/types/class.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
PHPFHIR_TEMPLATE_VALIDATION_DIR . '/method.php',
[
'type' => $type,
'sortedProperties' => $directProperties
'directProperties' => $directProperties
]
); ?>

Expand Down
4 changes: 1 addition & 3 deletions template/validation/method.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
*/

/** @var \DCarbone\PHPFHIR\Definition\Type $type */
/** @var \DCarbone\PHPFHIR\Definition\Property[] $sortedProperties */

$parentType = $type->getParentType();
/** @var \DCarbone\PHPFHIR\Definition\Property[] $directProperties */

ob_start(); ?>
/**
Expand Down

0 comments on commit 45af5a1

Please sign in to comment.