1 | <?php |
||
8 | class InMemory extends Message implements ReadableMessage, WritableMessage |
||
9 | { |
||
10 | 2 | public function getBody() |
|
14 | |||
15 | public function getRawBody() |
||
19 | |||
20 | public function getDecodedBody() |
||
24 | |||
25 | 2 | public function getAttributes() |
|
29 | |||
30 | public function isLastRetry($retryOccurence = \Puzzle\AMQP\Consumers\Retry::DEFAULT_RETRY_OCCURENCE) |
||
36 | |||
37 | 1 | public function getRoutingKeyFromHeader() |
|
48 | } |
||
49 |
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.