Skip to content

Commit 7061b9f

Browse files
authored
Auth example shouldn't include the namespace (GoogleCloudPlatform#944)
1 parent 9b88e82 commit 7061b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/src/auth_cloud_implicit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/auth/README.md
2121
*/
2222

23-
# [START auth_cloud_implicit]
2423
namespace Google\Cloud\Samples\Auth;
2524

25+
# [START auth_cloud_implicit]
2626
// Imports the Cloud Storage client library.
2727
use Google\Cloud\Storage\StorageClient;
2828

0 commit comments

Comments
 (0)