Completed
Push — master ( 78a457...8e39f9 )
by Adrian
03:33
created
src/FactomConnector.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
     /**
131 131
      * Call the requested endpoint.
132 132
      *
133
-     * @param string $actionName
133
+     * @param string $action
134 134
      * @param array $params
135 135
      * @param array $extraOptions
136 136
      *
Please login to merge, or discard this patch.
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,8 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use GuzzleHttp\Client;
6 6
 use GuzzleHttp\Exception\RequestException;
7
-use GuzzleHttp\Psr7\Request;
8
-
9 7
 use AdrianMejias\FactomApi\Exceptions\InvalidFactomApiConfig;
10 8
 
11 9
 class FactomConnector
Please login to merge, or discard this patch.