From 24f3cb89ac8fa062d313a86f4faa479381a00709 Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Wed, 6 Nov 2024 01:05:55 +0900 Subject: [PATCH] Fix alignment of psalm-type comment Corrected the indentation of the @psalm-type annotation in the Aspect class. This change improves readability and consistency in the code documentation. --- src/Aspect.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Aspect.php b/src/Aspect.php index 751f72ab..4b69a3f0 100644 --- a/src/Aspect.php +++ b/src/Aspect.php @@ -16,7 +16,7 @@ /** * Aspect class manages aspect weaving and method interception * - * @psalm-type MethodInterceptors = array + * @psalm-type MethodInterceptors = array * @psalm-type MethodBindings = array * @psalm-type ClassBindings = array * @psalm-type MatcherConfig = array{