Skip to content

Commit

Permalink
Merge pull request #59 from Recras/build-model-end-with-eol
Browse files Browse the repository at this point in the history
Build model: end with EOL
  • Loading branch information
timmipetit authored Jul 1, 2024
2 parents b7972d2 + f2f7692 commit d63b075
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/Import/Builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ public function buildDefinition(array $definition)
$extends .= ' implements \Sentry\Serializer\SerializableInterface';
$setUpCode .= $this->buildToSentry();
}
$setUpCode .= PHP_EOL;

$docs = PHP_EOL . $this->buildPhpDocs($definition);

Expand Down

0 comments on commit d63b075

Please sign in to comment.