From 281f706845f0248752c3d4631511168fa01ad30f Mon Sep 17 00:00:00 2001 From: Ms_Natali Date: Thu, 27 Jun 2024 11:29:03 +0300 Subject: [PATCH] ENSITECH-74 --- phpstan.neon.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index a2205ac..e14f570 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -39,7 +39,7 @@ parameters: # Ignore custom method for Faker\Generator - - message: '#Call to an undefined method Faker\\Generator|Ensi\\TestFactories\\FakerProvider::#' + message: '#Call to an undefined method Faker\\Generator|Ensi\\LaravelTestFactories\\FakerProvider::#' path: '*Factory.php' # Ignore transfer of UploadedFile in auto-generated lib