AspectMock icon indicating copy to clipboard operation
AspectMock copied to clipboard

Redefinition of parameter $_ PointcutGrammar.php

Open romanpan2 opened this issue 2 years ago • 0 comments

Redefinition of parameter $_ in /opt/project/new/vendor/lisachenko/go-aop-php/src/Go/Aop/Pointcut/PointcutGrammar.php on line 61

my config in _bootstrap yii2 advanced

`require(DIR . '/../vendor/autoload.php');

$kernel = \AspectMock\Kernel::getInstance(); $kernel->init([ 'debug' => true, 'includePaths' => [ DIR . '/../../', ] ]);`

where did i go wrong?

romanpan2 avatar Jun 26 '22 10:06 romanpan2