| 1 | <?php |
||
| 10 | class WebContext extends MinkContext implements KernelAwareContext |
||
| 11 | { |
||
| 12 | private $kernel; |
||
| 13 | |||
| 14 | public function __construct(Session $session, $simpleParameter, $simpleArg, array $services, array $params, $nestedParam, $collectionParam) |
||
| 15 | { |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Sets HttpKernel instance. |
||
| 20 | * This method will be automatically called by Symfony2Extension ContextInitializer. |
||
| 21 | * |
||
| 22 | * @param KernelInterface $kernel |
||
| 23 | */ |
||
| 24 | public function setKernel(KernelInterface $kernel) |
||
| 28 | } |
||
| 29 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.