Skip to content

Commit

Permalink
chore(pecl): rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Jul 11, 2023
1 parent 356b7a7 commit 5ded27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pecl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ function php::pecl::compile_extension() {
}


function install_pecl_extension() {
function php::pecl::install_extension() {
local extension_name="${1}"
local version="${2}"
local cache_dir="${3}"
Expand Down

0 comments on commit 5ded27c

Please sign in to comment.