public function somethingSmartAdvice(JoinPointInterface $joinPoint) { return $joinPoint->getAdviceChain()->proceed($joinPoint) . ' For big twos and small fives!'; }