Skip to content

Commit 6638c14

Browse files
chore(bigquery): show php tag in quickstart sample (GoogleCloudPlatform#1776)
1 parent dd47518 commit 6638c14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bigquery/stackoverflow/stackoverflow.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
# [START bigquery_simple_app_all]
12
<?php
3+
# [START_EXCLUDE]
24
/**
35
* Copyright 2016 Google Inc.
46
*
@@ -20,8 +22,8 @@
2022
*
2123
* @see https://github.com/GoogleCloudPlatform/php-docs-samples/tree/main/bigquery/api/README.md
2224
*/
25+
# [END_EXCLUDE]
2326

24-
# [START bigquery_simple_app_all]
2527
require __DIR__ . '/vendor/autoload.php';
2628

2729
# [START bigquery_simple_app_deps]

0 commit comments

Comments
 (0)