Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
31 | protected function configure() |
||
32 | { |
||
33 | $this |
||
34 | ->setName('certain:detect-changings') |
||
35 | ->setDescription('Detect changings of appointments from Certain Event.') |
||
36 | ->setHelp(<<<EOT |
||
37 | Request Certain to get appointments and detect changes between to request |
||
38 | EOT |
||
39 | ); |
||
40 | $this->addArgument('eventCode', InputArgument::REQUIRED, 'Specify the eventCode from Certain'); |
||
41 | } |
||
42 | |||
49 |
This check looks at variables that are passed out again to other methods.
If the outgoing method call has stricter type requirements than the method itself, an issue is raised.
An additional type check may prevent trouble.