Skip to content

Commit

Permalink
style: empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Apr 5, 2024
1 parent 678eb4f commit 1f6d756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JsonSchema/ResourceMetadataTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ private function getSerializerContext(Operation $operation, string $type = Schem
private function getShortClassName(string $fullyQualifiedName): string
{
$parts = explode('\\', $fullyQualifiedName);

return end($parts);
}
}

0 comments on commit 1f6d756

Please sign in to comment.