| 1 | <?php |
||
| 8 | class ExpressionLanguageBasedSpec extends ObjectBehavior |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @param Symfony\Component\DependencyInjection\ContainerInterface $container |
||
| 12 | * @param Symfony\Component\HttpFoundation\Request $request |
||
| 13 | * @param Symfony\Component\HttpFoundation\ParameterBag $attributes |
||
| 14 | * @param spec\Knp\RadBundle\Resource\Resolver\CakeRepository $cakeRepository |
||
| 15 | * @param stdClass $cake |
||
| 16 | */ |
||
| 17 | function let($container, $request, $cakeRepository, $attributes, $cake) |
||
| 23 | |||
| 24 | function its_resolveResource_uses_ExpressionLanguage($request, $attributes, $cake, $cakeRepository) |
||
| 30 | } |
||
| 31 | |||
| 42 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.