Complex expressions

Here is the list of the most complex expressions used in the code. A complex expression is an expression that requires more than 20 tokens to be build.

Literal arrays are omitted.

File Count Expression
/src/ImmoScoutAPI.php:6311$res $this->callUserMethod('realestate/' $objId '/attachment/''POST', ['multipart' => [['Content-type' => 'application/json''name' => 'metadata''filename' => 'metadata.json''contents' => json_encode($attachmentData),  ], ['Content-type' => $mimeType'name' => 'attachment''filename' => $fileName'contents' => $content,  ],  ],  ], false)