Completed
Push — master ( daea38...44c4b6 )
by Ghazi
02:21
created
src/BigBlueButton.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -291,7 +291,7 @@
 block discarded – undo
291 291
     /**
292 292
      * A private utility method used by other public methods to process XML responses.
293 293
      *
294
-     * @param $url
294
+     * @param string $url
295 295
      * @param  string            $xml
296 296
      * @return SimpleXMLElement
297 297
      * @throws \RuntimeException
Please login to merge, or discard this patch.
src/Parameters/JoinMeetingParameters.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-     * @return int
191
+     * @return string
192 192
      */
193 193
     public function getCreationTime()
194 194
     {
@@ -246,7 +246,7 @@  discard block
 block discarded – undo
246 246
     }
247 247
 
248 248
     /**
249
-     * @return mixed
249
+     * @return boolean
250 250
      */
251 251
     public function isRedirect()
252 252
     {
Please login to merge, or discard this patch.