Skip to content

Commit

Permalink
fixup! Refactor InterceptTrait
Browse files Browse the repository at this point in the history
Missed because PHPStorm detected false positive
  • Loading branch information
koriym committed Sep 18, 2023
1 parent 10bf525 commit e996c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InterceptTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

trait InterceptTrait
{
/** @var array<string, array<class-string<MethodInterceptor>> */
/** @var array<string, array<class-string<MethodInterceptor>>> */
public $bindings = [];

/** @var bool */
Expand Down

0 comments on commit e996c92

Please sign in to comment.