| Total Complexity | 5 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | class DeploymentMappingJsonConverter extends JsonObjectConverter |
||
| 9 | { |
||
| 10 | public static $INSTANCE; |
||
| 11 | |||
| 12 | protected const COUNT = "count"; |
||
| 13 | protected const DEPLOYMENT_ID = "deploymentId"; |
||
| 14 | |||
| 15 | public function instance(): JsonObjectConverter |
||
| 21 | } |
||
| 22 | |||
| 23 | public function toJsonObject(/*BatchConfiguration*/$mapping, bool $isOrQueryActive = false): ?\stdClass |
||
| 29 | } |
||
| 30 | |||
| 31 | public function toObject(\stdClass $jsonObject, bool $isOrQuery = false) |
||
| 38 |
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.