Completed
Push — master ( 28628d...1175a3 )
by Alberto
03:18
created
src/Chirp.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
      * @param string $endpoint the endpoint for example 'statuses/user_timeline'
124 124
      * @param array $query an array that specify query string to use with the endpoint
125 125
      * @param string $requestMethod the http request method
126
-     * @return array
126
+     * @return string
127 127
      */
128 128
     public function twitterRequest($endpoint, $query = [], $requestMethod = 'get')
129 129
     {
Please login to merge, or discard this patch.