Skip to content

Commit 100bdf9

Browse files
committed
Add comment to avoid confusion
1 parent 4043c89 commit 100bdf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Route/food-item.routes.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ enum FoodItemAction: string
1111
public function getResponse(): string
1212
{
1313
$postBody = file_get_contents('php://input');
14-
$postBody = json_decode($postBody);
14+
$postBody = json_decode($postBody); // unused for now
1515

1616
// Ternary conditional operator operator
1717
$itemId = $_REQUEST['id'] ?? ''; // using the null coalescing operator

0 commit comments

Comments
 (0)