Completed
Branch master (2d732f)
by Chris
07:49
created
src/Collection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@
 block discarded – undo
192 192
      *
193 193
      * @param string $key The name of the field for which the values will be returned.
194 194
      *
195
-     * @return iterable
195
+     * @return \Generator
196 196
      */
197 197
     public function column($key)
198 198
     {
Please login to merge, or discard this patch.
src/GuzzleAdapter.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace DominionEnterprises\Api;
4 4
 
5
-use ArrayObject;
6 5
 use DominionEnterprises\Util;
7 6
 use GuzzleHttp\Client as GuzzleClient;
8 7
 use GuzzleHttp\Exception\RequestException;
Please login to merge, or discard this patch.