Showing 3 of 3 total issues
Client
has 30 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Client
{
/**
* Grant type
File Client.php
has 285 lines of code (exceeds 250 allowed). Consider refactoring. Open
Open
<?php
/**
* linkedin-client
* Client.php
*
Method upload
has 29 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function upload($path)
{
$headers = $this->getApiHeaders();
unset($headers['Content-Type']);
if (!$this->isUsingTokenParam()) {