1 | <?php |
||
15 | class TestCommand extends LockCommand |
||
16 | { |
||
17 | |||
18 | public function treatment() |
||
19 | { |
||
20 | |||
21 | |||
22 | |||
23 | |||
24 | $r = $this->getContainer()->get('form.registry'); |
||
25 | $r = $r->getType(""); |
||
26 | dump($r); |
||
|
|||
27 | //exit; |
||
28 | |||
29 | //$form = $this->getContainer()->get('form.factory')->create(LeadType::class, null, ['formId' => 1]); |
||
30 | |||
31 | } |
||
32 | |||
33 | protected function configure() |
||
37 | |||
38 | |||
39 | } |
||
40 |
This check looks for function calls that miss required arguments.