Skip to content

Commit

Permalink
Issue #6321: hook_config_create() and hook_config_update() have the s…
Browse files Browse the repository at this point in the history
…ame short description
  • Loading branch information
kiamlaluno committed Dec 4, 2023
1 parent 3ffd114 commit 9aca80e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/modules/config/config.api.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function hook_config_delete_validate(Config $active_config, $all_changes) {
}

/**
* Respond to or modify configuration creation.
* Respond to configuration creation.
*
* @param Config $staging_config
* The configuration object for the settings about to be saved. This object
Expand All @@ -169,7 +169,7 @@ function hook_config_create(Config $staging_config) {
}

/**
* Respond to or modify configuration creation.
* Respond to configuration updates.
*
* @param Config $staging_config
* The configuration object for the settings about to be saved. This object
Expand Down

0 comments on commit 9aca80e

Please sign in to comment.