Completed
Push — master ( 54c84c...3cdfe3 )
by Ghazi
02:27
created
src/Parameters/JoinMeetingParameters.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@
 block discarded – undo
188 188
     }
189 189
 
190 190
     /**
191
-     * @return int
191
+     * @return string
192 192
      */
193 193
     public function getCreationTime()
194 194
     {
Please login to merge, or discard this patch.
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.