1 | <?php |
||
19 | class AttachmentsBody |
||
20 | { |
||
21 | private $boundary; |
||
22 | private $json; |
||
23 | private $attachments; |
||
24 | |||
25 | /** |
||
26 | * @param string $json |
||
27 | * @param Attachment[] $attachments |
||
28 | */ |
||
29 | public function __construct($json, array $attachments) |
||
35 | |||
36 | public function getBoundary() |
||
40 | |||
41 | public function build() |
||
63 | } |
||
64 |
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.