Completed
Push — master ( 6d6f02...854def )
by Kevin
13s
created
src/AbstractClient.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -64,7 +64,7 @@
 block discarded – undo
64 64
      * Return the list of options that can be passed to the HttpClient
65 65
      *
66 66
      * @param  array  $options
67
-     * @return array
67
+     * @return string[]
68 68
      */
69 69
     protected function getAllowedClientOptions(array $options)
70 70
     {
Please login to merge, or discard this patch.
src/Util/UrlHelpersTrait.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php namespace PCextreme\Cloudstack\Util;
2 2
 
3 3
 use InvalidArgumentException;
4
-use PCextreme\Cloudstack\Exception\ClientException;
5 4
 
6 5
 trait UrlHelpersTrait
7 6
 {
Please login to merge, or discard this patch.