Completed
Push — add/new-disconnect-dialog ( b4649f...72298c )
by
unknown
23:43 queued 16:44
created
class.jetpack-gutenberg.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -456,7 +456,7 @@  discard block
 block discarded – undo
456 456
 	 * Only enqueue block assets when needed.
457 457
 	 *
458 458
 	 * @param string $type Slug of the block.
459
-	 * @param array  $script_dependencies Script dependencies. Will be merged with automatically
459
+	 * @param string[]  $script_dependencies Script dependencies. Will be merged with automatically
460 460
 	 *                                    detected script dependencies from the webpack build.
461 461
 	 *
462 462
 	 * @return void
@@ -697,7 +697,7 @@  discard block
 block discarded – undo
697 697
 	 *
698 698
 	 * @param string $slug  Block slug.
699 699
 	 * @param array  $attr  Block attributes.
700
-	 * @param array  $extra Potential extra classes you may want to provide.
700
+	 * @param string[]  $extra Potential extra classes you may want to provide.
701 701
 	 *
702 702
 	 * @return string $classes List of CSS classes for a block.
703 703
 	 */
Please login to merge, or discard this patch.