| Total Complexity | 6 |
| Total Lines | 45 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class ChainCollection |
||
| 10 | { |
||
| 11 | use InputNormalizer; |
||
| 12 | |||
| 13 | public $data = []; |
||
| 14 | |||
| 15 | 14 | public function forgetAbout($manager, $models, $event = null) |
|
| 24 | } |
||
| 25 | } |
||
| 26 | 14 | } |
|
| 27 | |||
| 28 | 96 | public function commitChain() |
|
| 38 | } |
||
| 39 | 96 | } |
|
| 40 | |||
| 41 | /** |
||
| 42 | * initialize the chain. |
||
| 43 | * |
||
| 44 | * @param $manager |
||
| 45 | * @param array $values |
||
| 46 | * @param string $param |
||
| 47 | */ |
||
| 48 | 105 | public function init($manager, array $values, string $param = 'default') |
|
| 56 |
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.