Skip to content

Commit 2ce1141

Browse files
adriendupuisgithub-actions[bot]
authored andcommitted
PHP & JS CS Fixes
1 parent 296ca50 commit 2ce1141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code_samples/api/rest_api/src/Rest/Serializer/GreetingNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function supportsNormalization(mixed $data, ?string $format = null)
2020
}
2121

2222
/**
23-
* @param Greeting $object
23+
* @param \App\Rest\Values\Greeting $object
2424
*/
2525
public function normalize(mixed $object, ?string $format = null, array $context = []): array
2626
{

0 commit comments

Comments
 (0)