Skip to content

Commit e90b59a

Browse files
graysidebshaffer
authored andcommitted
Remove unused region tag in deprecated sample. (GoogleCloudPlatform#773)
1 parent 23b8747 commit e90b59a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

appengine/php55/users/app.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,7 @@
6060
});
6161

6262
$app->get('/federatedUser', function () use ($app) {
63-
# [START new_federated_user]
6463
$user = new User(null, 'http://example.com/id/ajohnson');
65-
# [END new_federated_user]
6664
return sprintf('Nickname is %s', $user->getNickname());
6765
});
6866

0 commit comments

Comments
 (0)