Completed
Push — master ( 40c3c0...f7deb7 )
by Peter
03:46 queued 01:25
created
src/HipChat.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
      * Make a multipart/related request.
125 125
      * Unfortunately Guzzle doesn't support multipart/related requests out of the box.
126 126
      *
127
-     * @param $url
127
+     * @param string $url
128 128
      * @param $options
129 129
      * @return \Psr\Http\Message\ResponseInterface
130 130
      */
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace NotificationChannels\HipChat;
4 4
 
5
-use GuzzleHttp\Psr7\Request;
6 5
 use GuzzleHttp\Client as HttpClient;
7 6
 use GuzzleHttp\Psr7\MultipartStream;
7
+use GuzzleHttp\Psr7\Request;
8 8
 use function GuzzleHttp\Psr7\stream_for;
9 9
 use function GuzzleHttp\Psr7\modify_request;
10 10
 
Please login to merge, or discard this patch.
src/HipChatMessage.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@
 block discarded – undo
223 223
      * Allowed values: yellow, green, red, purple, gray, random.
224 224
      *
225 225
      * @param $color
226
-     * @return string
226
+     * @return HipChatMessage
227 227
      */
228 228
     public function color($color)
229 229
     {
Please login to merge, or discard this patch.