From c1f2514b8bd814bece3ea2882126c2899c698953 Mon Sep 17 00:00:00 2001 From: Pieter Hoste Date: Wed, 28 Jan 2026 13:10:21 +0100 Subject: [PATCH] Normalises the indentations to tabs and not a mix of spaces and tabs. --- extension.neon | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extension.neon b/extension.neon index aa90e9d..10a9641 100644 --- a/extension.neon +++ b/extension.neon @@ -38,9 +38,9 @@ services: tags: - phpstan.broker.dynamicMethodReturnTypeExtension - - class: bitExpert\PHPStan\Magento\Type\ControllerResultFactoryReturnTypeExtension - tags: - - phpstan.broker.dynamicMethodReturnTypeExtension + class: bitExpert\PHPStan\Magento\Type\ControllerResultFactoryReturnTypeExtension + tags: + - phpstan.broker.dynamicMethodReturnTypeExtension - class: bitExpert\PHPStan\Magento\Reflection\Framework\Session\SessionManagerMagicMethodReflectionExtension tags: