Skip to content

Commit 1f6d756

Browse files
committed
style: empty line
1 parent 678eb4f commit 1f6d756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/JsonSchema/ResourceMetadataTrait.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ private function getSerializerContext(Operation $operation, string $type = Schem
9999
private function getShortClassName(string $fullyQualifiedName): string
100100
{
101101
$parts = explode('\\', $fullyQualifiedName);
102+
102103
return end($parts);
103104
}
104105
}

0 commit comments

Comments
 (0)