Completed
Push — fix/missing-site-icon ( e2d2d5...a30c36 )
by Jeremy
14:18 queued 06:06
created
functions.opengraph.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -391,8 +391,8 @@
 block discarded – undo
391 391
 *
392 392
 * @param $width      int  Width of the image
393 393
 * @param $height     int  Height of the image
394
-* @param $req_width  int  Required width to pass validation
395
-* @param $req_height int  Required height to pass validation
394
+* @param integer $req_width  int  Required width to pass validation
395
+* @param integer $req_height int  Required height to pass validation
396 396
 * @return bool - True if the image passed the required size validation
397 397
 */
398 398
 function _jetpack_og_get_image_validate_size($width, $height, $req_width, $req_height) {
Please login to merge, or discard this patch.