Modules API: Fix indentation.

Follow-up [57269].

Props mukesh27.
See #56313.
Built from https://develop.svn.wordpress.org/trunk@57271


git-svn-id: http://core.svn.wordpress.org/trunk@56777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Bernhard Reiter 2024-01-11 15:53:22 +00:00
parent 48a4a51b91
commit ffcd954ef8
2 changed files with 4 additions and 4 deletions

View File

@ -300,9 +300,9 @@ class WP_Script_Modules {
* *
* @since 6.5.0 * @since 6.5.0
* *
* @param array $module_ids The identifiers of the modules for which to gather dependencies. * @param array $module_ids The identifiers of the modules for which to gather dependencies.
* @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both. * @param array $import_types Optional. Import types of dependencies to retrieve: 'static', 'dynamic', or both.
* Default is both. * Default is both.
* @return array List of dependencies, keyed by module identifier. * @return array List of dependencies, keyed by module identifier.
*/ */
private function get_dependencies( $module_ids, $import_types = array( 'static', 'dynamic' ) ) { private function get_dependencies( $module_ids, $import_types = array( 'static', 'dynamic' ) ) {

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.5-alpha-57270'; $wp_version = '6.5-alpha-57271';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.