seregazhuk/php-pinterest-bot

View on GitHub
src/Api/Providers/Inbox.php

Summary

Maintainability
A
0 mins
Test Coverage

Only one argument is allowed per line in a multi-line function call
Open

            $requestId, UrlBuilder::RESOURCE_CONTACT_REQUEST_IGNORE
Severity: Minor
Found in src/Api/Providers/Inbox.php by phpcodesniffer

Only one argument is allowed per line in a multi-line function call
Open

            UrlBuilder::RESOURCE_GET_CONVERSATION_MESSAGES, ['conversation_id' => (string)$conversationId], $limit
Severity: Minor
Found in src/Api/Providers/Inbox.php by phpcodesniffer

Only one argument is allowed per line in a multi-line function call
Open

            $requestId, UrlBuilder::RESOURCE_CONTACT_REQUEST_ACCEPT
Severity: Minor
Found in src/Api/Providers/Inbox.php by phpcodesniffer

Only one argument is allowed per line in a multi-line function call
Open

            UrlBuilder::RESOURCE_GET_CONVERSATION_MESSAGES, ['conversation_id' => (string)$conversationId], $limit
Severity: Minor
Found in src/Api/Providers/Inbox.php by phpcodesniffer

There are no issues that match your filters.

Category
Status