Completed
Push — master ( 54c84c...3cdfe3 )
by Ghazi
02:27
created
src/BigBlueButton.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@  discard block
 block discarded – undo
76 76
     */
77 77
 
78 78
     /**
79
-     * @param $createMeetingParams CreateMeetingParameters
79
+     * @param CreateMeetingParameters $createMeetingParams CreateMeetingParameters
80 80
      *
81 81
      * @return string
82 82
      */
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     /**
290 290
      * A private utility method used by other public methods to process XML responses.
291 291
      *
292
-     * @param $url
292
+     * @param string $url
293 293
      * @param  string                $xml
294 294
      * @return SimpleXMLElement
295 295
      * @throws \RuntimeException
Please login to merge, or discard this patch.