From 934d1523ffed0b0c99b74ce9f170578d03fde6cd Mon Sep 17 00:00:00 2001
From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
Date: Tue, 7 Oct 2025 16:01:53 -0300
Subject: [PATCH] chore: remove referencies to Vendor folder
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
---
.php-cs-fixer.dist.php | 2 +-
lib/Vendor/.gitkeep | 0
psalm.xml | 2 +-
3 files changed, 2 insertions(+), 2 deletions(-)
delete mode 100644 lib/Vendor/.gitkeep
diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php
index d2badfe01..a128f7cd2 100644
--- a/.php-cs-fixer.dist.php
+++ b/.php-cs-fixer.dist.php
@@ -21,6 +21,6 @@ $config
->notPath('src')
->notPath('vendor')
->notPath('vendor-bin')
- ->notPath('Vendor')
+ ->notPath('3rdparty')
->in(__DIR__);
return $config;
diff --git a/lib/Vendor/.gitkeep b/lib/Vendor/.gitkeep
deleted file mode 100644
index e69de29bb..000000000
diff --git a/psalm.xml b/psalm.xml
index 8883dc7d3..d34d23730 100644
--- a/psalm.xml
+++ b/psalm.xml
@@ -14,7 +14,7 @@
-
+