Completed
Push — master ( d191f9...11a393 )
by Tyler
02:21
created
src/PeopleMatter.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         ]);
74 74
     }
75 75
 
76
+    /**
77
+     * @return string
78
+     */
76 79
     protected function buildUrl($resource)
77 80
     {
78 81
         return "https://{$this->host}/api/{$resource}";
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,8 +2,8 @@
 block discarded – undo
2 2
 
3 3
 namespace Zenapply\PeopleMatter;
4 4
 
5
-use Exception;
6 5
 use DateTime;
6
+use Exception;
7 7
 use GuzzleHttp\Client;
8 8
 use Zenapply\PeopleMatter\Exceptions\PeopleMatterException;
9 9
 
Please login to merge, or discard this patch.