Skip to content

Commit

Permalink
Fix code typo in example
Browse files Browse the repository at this point in the history
Remove an extra semicolon from the code example in the documentation.
  • Loading branch information
therohitdas authored and jeromegamez committed Nov 30, 2023
1 parent 61b1300 commit 2c0e78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cloud-messaging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ You can find the full FCM Options configuration reference in the official docume
->withAnalyticsLabel('my-analytics-label');
// or
$fcmOptions = [
'analytics_label' => 'my-analytics-label';
'analytics_label' => 'my-analytics-label'
];
$message = $message->withFcmOptions($fcmOptions);
Expand Down

0 comments on commit 2c0e78d

Please sign in to comment.