1 | <?php |
||
9 | class InMemoryJson extends Json implements ReadableMessage, WritableMessage |
||
10 | { |
||
11 | public function getRawBody() |
||
15 | |||
16 | 2 | public function getDecodedBody() |
|
20 | |||
21 | 2 | public function getAttributes() |
|
25 | |||
26 | public function isLastRetry($retryOccurence = \Puzzle\AMQP\Consumers\Retry::DEFAULT_RETRY_OCCURENCE) |
||
32 | |||
33 | public function applyHooks(MessageHookCollection $messageHookCollection) |
||
44 | |||
45 | 1 | public function getRoutingKeyFromHeader() |
|
56 | } |
||
57 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.