Completed
Push — master ( 820cfa...bfe298 )
by
unknown
03:40
created
src/HipChat.php 1 patch
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.
src/HipChatFile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Explicitly set the content of the file.
124 124
      *
125
-     * @param $content
125
+     * @param resource $content
126 126
      * @return $this
127 127
      */
128 128
     public function fileContent($content)
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     /**
183 183
      * Get the media type from a resource.
184 184
      *
185
-     * @param $resource
185
+     * @param resource $resource
186 186
      * @return string
187 187
      */
188 188
     protected function getTypeFromResource($resource)
Please login to merge, or discard this patch.