From 7656df211f00b7a6cf844f71a87ce88c76d9f98d Mon Sep 17 00:00:00 2001 From: Spencer Brower <6729162+sbrow@users.noreply.github.com> Date: Fri, 28 Mar 2025 12:04:31 -0400 Subject: [PATCH] fix: Disabled short open tags. --- templates/php/flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/php/flake.nix b/templates/php/flake.nix index 8fba636..fd097f9 100644 --- a/templates/php/flake.nix +++ b/templates/php/flake.nix @@ -18,6 +18,7 @@ inputs@{ self , flake-parts , nixpkgs + , nixpkgs-unstable , process-compose-flake , treefmt-nix }: @@ -36,6 +37,9 @@ xdebug ])); extraConfig = '' + ; Disable short tags + short_open_tag = off + ; xdebug 3 xdebug.mode=debug xdebug.client_port=9000