@@ -363,7 +363,7 @@ |
||
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 | */ |
@@ -543,6 +543,7 @@ |
||
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 ) { |