| 1 | <?php |
||
| 9 | class PriorityPointcut extends \Ray\Aop\PriorityPointcut |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var array<class-string<\Ray\Aop\MethodInterceptor>> |
||
| 13 | */ |
||
| 14 | public $interceptors = []; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * Extend Ray\Di version PriorityPointcut |
||
| 18 | * |
||
| 19 | * We have extended the $interceptor parameters so that you can specify the class name as well as the object |
||
| 20 | * |
||
| 21 | * @param array<class-string<\Ray\Aop\MethodInterceptor>> $interceptors array of interceptor class name |
||
|
|
|||
| 22 | */ |
||
| 23 | public function __construct(AbstractMatcher $classMatcher, AbstractMatcher $methodMatcher, array $interceptors) |
||
| 29 | } |
||
| 30 |
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.