| Total Complexity | 4 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | trait Facade |
||
| 17 | { |
||
| 18 | public function getRequest(): array |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return array|null |
||
| 27 | * We have allowed ourselves to comply with a small business constraint since normal product post demands it. |
||
| 28 | * It would be fine to enforce that product post interface wrapping key is passed along properly. UT to the rescue... |
||
| 29 | */ |
||
| 30 | private function sanitize() |
||
| 35 | } |
||
| 36 | |||
| 37 | public function getParamsWrapperKey(): string |
||
| 42 |
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.