Completed
Push — master ( 8672e2...a176c5 )
by Maarten
02:26
created
src/Client.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@  discard block
 block discarded – undo
91 91
     /**
92 92
      * Get the configured HTTP handler.
93 93
      *
94
-     * @return \Http\Client\HttpAdapter
94
+     * @return HttpClient
95 95
      */
96 96
     public function getHttp()
97 97
     {
@@ -111,6 +111,7 @@  discard block
 block discarded – undo
111 111
     /**
112 112
      * Get the URL that events should be posted to.
113 113
      *
114
+     * @param string $api
114 115
      * @return string
115 116
      */
116 117
     public function getEndpoint($api)
Please login to merge, or discard this patch.