| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class Everytime extends AMethods |
||
| 16 | { |
||
| 17 | 2 | public function process(\ArrayAccess $credentials): void |
|
| 18 | { |
||
| 19 | 2 | $this->loggedUser = new FileUser(); |
|
| 20 | 2 | $this->loggedUser->setUserData( |
|
|
|
|||
| 21 | 2 | '0', |
|
| 22 | 2 | 'Debug', |
|
| 23 | 2 | '0', |
|
| 24 | 2 | IProcessClasses::CLASS_USER, |
|
| 25 | 2 | null, |
|
| 26 | 2 | 'Debug', |
|
| 27 | 2 | '/' |
|
| 28 | ); |
||
| 29 | 2 | } |
|
| 30 | |||
| 31 | 1 | public function remove(): void |
|
| 33 | 1 | } |
|
| 34 | } |
||
| 35 |
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.