From 716d0974c89cbdd34f5add12fed3f2ee27fbb42b Mon Sep 17 00:00:00 2001
From: Carsten Logemann <8947-C-Logemann@users.noreply.drupalcode.org>
Date: Sat, 20 Apr 2024 13:57:31 +0000
Subject: [PATCH] Minor change: php marker lowercase for code highlight in
 gitlab.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3453044..9eafa20 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ See: https://www.drupal.org/node/895232 for further information.
 There is no UI. The configuration is only possible via settings.php to keep it very lightweight because of the [Middleware situation](https://www.drupal.org/docs/8/api/middleware-api/overview). Keep sure that all host you would give access are not protected via core trusted_hosts setting.
 
 ### Example config:
-```PHP
+```php
 $settings['firewall']['enabled'] = TRUE;
 $settings['firewall']['bypass']['hosts'] = ['admin.example.com'];
 $settings['firewall']['bypass']['client_ips'] = ['127.0.0.1'];
-- 
GitLab