Completed
Push — master ( 449a48...6f6236 )
by Ashleigh
01:27
created
src/SalesforceAuth.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -34,6 +34,9 @@
 block discarded – undo
34 34
         return $this->authenticated;
35 35
     }
36 36
 
37
+    /**
38
+     * @param \GuzzleHttp\Client $client
39
+     */
37 40
     public function __construct($client)
38 41
     {
39 42
         $this->client = $client;
Please login to merge, or discard this patch.