Skip to content

Commit

Permalink
Merge pull request #145 from ray-di/type
Browse files Browse the repository at this point in the history
Fix generics type
  • Loading branch information
koriym authored May 30, 2020
2 parents 8c3362e + 221e155 commit d6db4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BindInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function bindInterceptors(string $method, array $interceptors) : self;
*
* [$methodNameA => [$interceptorA, ...][]
*
* @return array<string, array<\Ray\Aop\MethodInterceptor>>
* @return array<string, array<MethodInterceptor|string>>
*/
public function getBindings();

Expand Down

0 comments on commit d6db4df

Please sign in to comment.