Completed
Push — try/statically-access-asset-to... ( 93cadc )
by
unknown
322:20 queued 314:25
created
modules/related-posts/jetpack-related-posts.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,6 @@  discard block
 block discarded – undo
54 54
 	 * Constructor for Jetpack_RelatedPosts.
55 55
 	 *
56 56
 	 * @uses get_option, add_action, apply_filters
57
-	 * @param Assets $assets
58 57
 	 *
59 58
 	 * @return null
60 59
 	 */
@@ -490,6 +489,9 @@  discard block
 block discarded – undo
490 489
 		return $this->_options;
491 490
 	}
492 491
 
492
+	/**
493
+	 * @param string $option_name
494
+	 */
493 495
 	public function get_option( $option_name ) {
494 496
 		$options = $this->get_options();
495 497
 
@@ -1651,6 +1653,8 @@  discard block
 block discarded – undo
1651 1653
 	 * Enqueues assets needed to do async loading of related posts.
1652 1654
 	 *
1653 1655
 	 * @uses wp_enqueue_script, wp_enqueue_style, plugins_url
1656
+	 * @param boolean $script
1657
+	 * @param boolean $style
1654 1658
 	 * @return null
1655 1659
 	 */
1656 1660
 	protected function _enqueue_assets( $script, $style ) {
Please login to merge, or discard this patch.
packages/jitm/src/JITM.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 	/**
29 29
 	 * JITM constructor.
30 30
 	 *
31
-	 * @param \Automattic\Jetpack\Assets $assets
32 31
 	 */
33 32
 	public function __construct() {
34 33
 		$this->tracking = new Tracking();
Please login to merge, or discard this patch.