| Total Complexity | 6 |
| Total Lines | 43 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class QueueDeclaration |
||
| 10 | { |
||
| 11 | public $name; |
||
| 12 | public $passive; |
||
| 13 | public $durable; |
||
| 14 | public $exclusive; |
||
| 15 | public $autoDelete; |
||
| 16 | public $nowait; |
||
| 17 | public $arguments; |
||
| 18 | public $ticket; |
||
| 19 | public $declare; |
||
| 20 | |||
| 21 | // TODO remove |
||
| 22 | public function setAnonymus() |
||
| 33 | )); |
||
| 34 | } |
||
| 35 | |||
| 36 | /** |
||
| 37 | * TODO delete |
||
| 38 | */ |
||
| 39 | public function declure() { |
||
| 55 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.