AspectMock - Intercept - FunctionInjector.php : getParameterDeclaration() : 53
ahmed-abid opened this issue · 1 comments
ahmed-abid commented
- found and issue while trying this Mock
Test::func('namespace', 'array_filter', '');
- the fix is very simple I guess we just need to replace this code
$text = $match(2).$match[4];
with
$text = $match[2].$match[4];
- please provide any guide to open a pull request or contribute to the AspectMock package, Thanks
ahmed-abid commented
For Contributing I suggest to follow these links :
https://opensource.guide/how-to-contribute/
https://guides.github.com/activities/forking/
https://gist.github.com/CristinaSolana/1885435