Showing 67 of 67 total issues
Line exceeds 120 characters; contains 125 characters Open
Open
return function_exists('mb_strtolower') ? mb_strtolower($nameWithRemovedSpaces) : strtolower($nameWithRemovedSpaces);
- Exclude checks
Line exceeds 120 characters; contains 125 characters Open
Open
$data .= 'Content-Disposition: form-data; name="img"; filename="' . basename($this->filePathToUpload) . '"' . "\r\n";
- Exclude checks
Arguments with default values must be at the end of the argument list Open
Open
function get_array_data($key = '', $data, $default = null)
- Exclude checks
Line exceeds 120 characters; contains 151 characters Open
Open
CURLOPT_USERAGENT => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36'
- Exclude checks
Arguments with default values must be at the end of the argument list Open
Open
abstract protected function getAggregatedActivity($pinId, array $additionalData = [], $limit);
- Exclude checks
Line indented incorrectly; expected at least 4 spaces, found 0 Open
Open
];
- Exclude checks
Multi-line function call not indented correctly; expected 12 spaces but found 11 Open
Open
UrlBuilder::RESOURCE_UPDATE_REGISTRATION_TRACK,
- Exclude checks