From 4b5756e445869c6ebd471c11fe9753cfa36eb6fa Mon Sep 17 00:00:00 2001 From: arjunjain Date: Wed, 3 Jun 2026 18:06:48 +0530 Subject: [PATCH 1/2] Test PR: verify branch + status-check protection --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 354db85..c99d2c5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ composer.lock .php-cs-fixer.cache coverage.xml .phpstan.cache/ + From 11c4865d6579ed82acb33613c785b451c18e5437 Mon Sep 17 00:00:00 2001 From: arjunjain Date: Wed, 3 Jun 2026 19:01:38 +0530 Subject: [PATCH 2/2] Test: deliberately break PHP-CS-Fixer to verify gate --- examples/market_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/market_api.php b/examples/market_api.php index 8cd4803..6de2a08 100644 --- a/examples/market_api.php +++ b/examples/market_api.php @@ -9,7 +9,7 @@ $newsdataApiObj = new NewsdataApi(NEWSDATA_API_KEY); $data = [ - 'q' => 'apple', + 'q' => "apple", 'symbol' => 'AAPL', ];