Completed
Push — renovate/react-monorepo ( bd6946...74bc74 )
by
unknown
08:14
created
class.jetpack-gutenberg.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@
 block discarded – undo
363 363
 	 * Only enqueue block assets when needed.
364 364
 	 *
365 365
 	 * @param string $type slug of the block.
366
-	 * @param array  $script_dependencies An array of view-side Javascript dependencies to be enqueued.
366
+	 * @param string[]  $script_dependencies An array of view-side Javascript dependencies to be enqueued.
367 367
 	 *
368 368
 	 * @return void
369 369
 	 */
Please login to merge, or discard this patch.
modules/plugin-search.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -543,6 +543,7 @@
 block discarded – undo
543 543
  * @internal
544 544
  *
545 545
  * @param bool &$error Did the remote request result in an error?
546
+ * @param boolean $error
546 547
  * @return bool True if PSH is active.
547 548
  */
548 549
 function jetpack_get_remote_is_psh_active( &$error ) {
Please login to merge, or discard this patch.