From 406bb5605667cae99df9025a889f30c2e3bbbc1c Mon Sep 17 00:00:00 2001 From: Doug Mo Date: Tue, 6 Sep 2022 14:20:47 -0700 Subject: [PATCH] Change namespace declaration order to make it PHP 8.1 compatible. For PHP 8.1, namespace needs to be the first action. --- src/TwigExtension/ExtensionAdapter.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TwigExtension/ExtensionAdapter.php b/src/TwigExtension/ExtensionAdapter.php index cd669c0..ae05fbc 100644 --- a/src/TwigExtension/ExtensionAdapter.php +++ b/src/TwigExtension/ExtensionAdapter.php @@ -1,9 +1,9 @@