Skip to content

Commit 296ca50

Browse files
committed
clean-up
1 parent 3b616c4 commit 296ca50

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

code_samples/api/rest_api/src/Rest/Controller/DefaultController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ class DefaultController extends Controller
3131
public function greet(Request $request): Greeting
3232
{
3333
return new Greeting();
34-
//return new Response('TEST');
3534
}
3635
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,5 @@ public function normalize(mixed $object, ?string $format = null, array $context
2929
'recipient' => $object->recipient,
3030
'sentence' => "{$object->salutation} {$object->recipient}",
3131
]], $format, $context);
32-
//var_dump($object);die('TODO: Implement normalize() method.');
3332
}
3433
}

0 commit comments

Comments
 (0)