Completed
Pull Request — gcconnex (#1692)
by
unknown
27:44 queued 05:11
created
mod/embed_extender/lib/embedvideo.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
  *
163 163
  * @param $width
164 164
  * @param $height
165
- * @param $toolbar_height
165
+ * @param integer $toolbar_height
166 166
  */
167 167
 function videoembed_calc_size(&$width, &$height, $aspect_ratio, $toolbar_height) {
168 168
 	// set video width and height
@@ -315,6 +315,8 @@  discard block
 block discarded – undo
315 315
  * parse youtu.be url
316 316
  *
317 317
  * @param string $url
318
+ * @param integer $guid
319
+ * @param integer $videowidth
318 320
  * @return string youtube.com/embed/hash
319 321
  */
320 322
 function videoembed_youtube_shortener_parse_url($url, $guid, $videowidth) {
Please login to merge, or discard this patch.