Completed
Pull Request — master (#75)
by
unknown
07:38
created
lib/Desk/Client/Factory.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
 use Desk\Relationship\Plugin as RelationshipPlugin;
14 14
 use Guzzle\Common\Collection;
15 15
 use Guzzle\Common\ToArrayInterface;
16
-use Guzzle\Plugin\Backoff\BackoffPlugin;
17 16
 use Guzzle\Plugin\Oauth\OauthPlugin;
18 17
 use Guzzle\Service\Description\ServiceDescriptionLoader as GuzzleServiceDescriptionLoader;
19 18
 
Please login to merge, or discard this patch.
lib/Desk/RateLimit/Strategy.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
     /**
29 29
      * Creates a new Strategy instance for a given multiplier
30 30
      *
31
-     * @param float $multiplier Scaling factor for Desk.com times
31
+     * @param integer $multiplier Scaling factor for Desk.com times
32 32
      */
33 33
     public function __construct($multiplier = 1)
34 34
     {
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Guzzle\Http\Message\RequestInterface;
6 6
 use Guzzle\Http\Message\Response;
7
-use Guzzle\Http\Exception\ClientErrorResponseException;
8 7
 use Guzzle\Http\Exception\HttpException;
9 8
 use Guzzle\Plugin\Backoff\BackoffStrategyInterface;
10 9
 
Please login to merge, or discard this patch.
lib/Desk/Relationship/Resource/EmbeddedCommandFactory.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -62,6 +62,8 @@
 block discarded – undo
62 62
     /**
63 63
      * Creates an EmbeddedResponse instance
64 64
      *
65
+     * @param string $statusCode
66
+     * @param string $body
65 67
      * @return \Desk\Relationship\Resource\EmbeddedResponse
66 68
      */
67 69
     public function newResponse($statusCode, $headers = null, $body = null)
Please login to merge, or discard this patch.
lib/Desk/Relationship/Resource/ModelBuilder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,6 @@
 block discarded – undo
88 88
      *
89 89
      * @param \Desk\Relationship\Resource\EmbeddedCommand $command
90 90
      * @param \Guzzle\Service\Description\Parameter       $schema
91
-     * @param array                                       $data
92 91
      *
93 92
      * @return array
94 93
      */
Please login to merge, or discard this patch.