From f91cf76b44aaed74801b43312c8de828a291e1ac Mon Sep 17 00:00:00 2001 From: Aalap Shastri Date: Tue, 23 Jun 2026 17:32:07 +0000 Subject: [PATCH 1/2] test commit Change-Id: Id26f50cab16ef5c0b450304de5ca8f8ac5cac611 --- examples/AccountManagement/CreateCustomer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/AccountManagement/CreateCustomer.php b/examples/AccountManagement/CreateCustomer.php index 4d1d53f80..a972518cb 100644 --- a/examples/AccountManagement/CreateCustomer.php +++ b/examples/AccountManagement/CreateCustomer.php @@ -92,7 +92,7 @@ public static function main() } /** - * Runs the example. + * This runs the example. * * @param GoogleAdsClient $googleAdsClient the Google Ads API client * @param int $managerCustomerId the manager customer ID From d2c79ec22fd5ca3ce4485877950e83acbaf15ef0 Mon Sep 17 00:00:00 2001 From: Aalap Shastri Date: Tue, 23 Jun 2026 17:42:00 +0000 Subject: [PATCH 2/2] update docker compose Change-Id: Ife7d69d9f30a14b16ff8ea83d06265d24af98a08 --- docker-compose.yml | 2 +- examples/AccountManagement/CreateCustomer.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 07994db3e..fd80565bf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '2' services: web: # Points to the official, secure KTCB-managed Artifact Registry paths - image: us-central1-docker.pkg.dev/kokoro-container-bakery/google-ads-php/php${PHP_VERSION:-81}-base:manual + image: us-central1-docker.pkg.dev/google.com/kokoro-container-bakery/google-ads-php/php${PHP_VERSION:-8.1}-base:manual volumes: - ./:/google-ads-php - ~/:/root \ No newline at end of file diff --git a/examples/AccountManagement/CreateCustomer.php b/examples/AccountManagement/CreateCustomer.php index a972518cb..4d1d53f80 100644 --- a/examples/AccountManagement/CreateCustomer.php +++ b/examples/AccountManagement/CreateCustomer.php @@ -92,7 +92,7 @@ public static function main() } /** - * This runs the example. + * Runs the example. * * @param GoogleAdsClient $googleAdsClient the Google Ads API client * @param int $managerCustomerId the manager customer ID