Completed
Pull Request — master (#42)
by Chad
04:56
created
src/Client.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      * @param Authentication $authentication
130 130
      * @param string $baseUrl
131 131
      * @param int $cacheMode
132
-     * @param Cache $cache
132
+     * @param CacheInterface $cache
133 133
      * @param string $accessToken
134 134
      * @param string $refreshToken
135 135
      *
Please login to merge, or discard this patch.
src/GuzzleAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
      * Helper method to execute all guzzle promises.
119 119
      *
120 120
      * @param array $promises
121
-     * @param array $exceptions
121
+     * @param ArrayObject $exceptions
122 122
      *
123 123
      * @return array Array of fulfilled PSR7 responses.
124 124
      */
Please login to merge, or discard this patch.