for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Go\Zend\Framework\Tests\Aspect;
use Go\Aop\Aspect;
use Go\Aop\Intercept\MethodInvocation;
use Go\Lang\Annotation\Around;
/**
* @package Go\Zend\Framework\Tests\Aspect
*/
class TestAspect implements Aspect
{
* @param MethodInvocation $invocation
* @Around("execution(public Go\Zend\Framework\Tests\Advice\TestAdvice->get*(*))")
public function aspectAdvice(MethodInvocation $invocation)
$invocation
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.