Author: Derick Rethans (derickr)
Date: 2025-06-09T14:38:28+01:00

Commit: 
https://github.com/php/web-php/commit/61be9d79816a566c91c207eed200dd915223ac00
Raw diff: 
https://github.com/php/web-php/commit/61be9d79816a566c91c207eed200dd915223ac00.diff

Remove BOM from file

Changed paths:
  M  include/gpg-keys.inc


Diff:

diff --git a/include/gpg-keys.inc b/include/gpg-keys.inc
index f62a7373e2..b3aaeae389 100644
--- a/include/gpg-keys.inc
+++ b/include/gpg-keys.inc
@@ -1,4 +1,4 @@
-<?php
+<?php
 require __DIR__ . '/branches.inc';
 
 // GPG keys used for signing releases.

Reply via email to