From 104fd5dcb3a1c00e83a06973719d4aa4683cdcc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Fab=C3=ADk?= Date: Wed, 1 Nov 2023 18:45:54 +0100 Subject: [PATCH] fix: wrong di.xml configuration - missing noNamespaceSchemaLocation and xmlns:xsi (#82) This caused static tests for M2 fail and when project is using automated testing for the modules it is inconvenient to exclude this module only. By this change, static tests will pass for this module. --- etc/di.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/di.xml b/etc/di.xml index 510ccf3..f88c724 100644 --- a/etc/di.xml +++ b/etc/di.xml @@ -1,5 +1,6 @@ - + + - \ No newline at end of file +