From 577a8c382c5b9ca6cb791e5966fb094e5e9e935a Mon Sep 17 00:00:00 2001 From: Marc Beinder <50760632+onairmarc@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:39:27 -0500 Subject: [PATCH] [PHPStan] Fix Extension Loading (#21) --- .idea/codeception.xml | 12 ++++++++++++ .idea/phpspec.xml | 10 ++++++++++ src/Support/PHPStan/extension.neon | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 .idea/codeception.xml create mode 100644 .idea/phpspec.xml diff --git a/.idea/codeception.xml b/.idea/codeception.xml new file mode 100644 index 0000000..330f2dd --- /dev/null +++ b/.idea/codeception.xml @@ -0,0 +1,12 @@ + + + + + + \ No newline at end of file diff --git a/.idea/phpspec.xml b/.idea/phpspec.xml new file mode 100644 index 0000000..33107fd --- /dev/null +++ b/.idea/phpspec.xml @@ -0,0 +1,10 @@ + + + + + + + + + \ No newline at end of file diff --git a/src/Support/PHPStan/extension.neon b/src/Support/PHPStan/extension.neon index bf243cf..ab0480a 100644 --- a/src/Support/PHPStan/extension.neon +++ b/src/Support/PHPStan/extension.neon @@ -1,5 +1,5 @@ services: - - class: EncoreDigitalGroup\StdLib\Support\PHPStan\Rules\TypeSpecifiers\Function_NotNull + class: EncoreDigitalGroup\StdLib\Support\PHPStan\Rules\Functions\NotNull tags: - phpstan.broker.dynamicFunctionReturnTypeExtension \ No newline at end of file