Skip to content

Commit

Permalink
Fix alignment of psalm-type comment
Browse files Browse the repository at this point in the history
Corrected the indentation of the @psalm-type annotation in the Aspect class. This change improves readability and consistency in the code documentation.
  • Loading branch information
koriym committed Nov 5, 2024
1 parent 598f50b commit 24f3cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Aspect.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Aspect class manages aspect weaving and method interception
*
* @psalm-type MethodInterceptors = array<array-key, MethodInterceptor>
* @psalm-type MethodInterceptors = array<array-key, MethodInterceptor>
* @psalm-type MethodBindings = array<string, MethodInterceptors>
* @psalm-type ClassBindings = array<class-string, MethodBindings>
* @psalm-type MatcherConfig = array{
Expand Down

0 comments on commit 24f3cb8

Please sign in to comment.