This is an automated email from the ASF dual-hosted git repository.

tisonkun pushed a commit to branch codex/migrate-hawkeye-v7
in repository https://gitbox.apache.org/repos/asf/iggy.git


The following commit(s) were added to refs/heads/codex/migrate-hawkeye-v7 by 
this push:
     new 3df622501 fix: preserve generated PHP stub formatting
3df622501 is described below

commit 3df62250114db9378df57ca79c88c39b57e4d50a
Author: tison <[email protected]>
AuthorDate: Sat Aug 22 20:33:03 2026 +0800

    fix: preserve generated PHP stub formatting
---
 foreign/php/iggy-php.stubs.php | 1 +
 licenserc.toml                 | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/foreign/php/iggy-php.stubs.php b/foreign/php/iggy-php.stubs.php
index a1c913e04..211e6f120 100644
--- a/foreign/php/iggy-php.stubs.php
+++ b/foreign/php/iggy-php.stubs.php
@@ -16,6 +16,7 @@
 // specific language governing permissions and limitations
 // under the License.
 
+
 // Stubs for iggy-php
 
 namespace Iggy {
diff --git a/licenserc.toml b/licenserc.toml
index 6647844df..8f46d8b62 100644
--- a/licenserc.toml
+++ b/licenserc.toml
@@ -78,6 +78,8 @@ excludes = [
     "**/META-INF/services/**",
     "**/.python-version",
     "**/gradle/wrapper/**",
+    # cargo-php regenerates this file with an extra separator after the header.
+    "foreign/php/iggy-php.stubs.php",
 ]
 
 [[rules]]

Reply via email to