Skip to content

Align PHP example keys with other User reserved profile properties #1867

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions pages/docs/quickstart/identify-users.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ You may want to disable ip geolocation when using a server-side SDK. You can lea
```shell php
// create/update a profile for user id 12345
$mp->people->set('USER_ID', array(
'$first_name' => "John",
'$last_name' => "Doe",
'$name' => "John Doe",
'$email' => "[email protected]",
'$phone' => "5555555555",
"Favorite Color" => "red"
Expand Down