Skip to content

Commit 3e3b2a7

Browse files
dilawarXenira
andauthored
Update crates/cli/src/lib.rs
comment -> doc Co-authored-by: Xenira <[email protected]>
1 parent a3097d8 commit 3e3b2a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

crates/cli/src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ impl Install {
248248
}
249249
}
250250

251-
// Update extension line in the ini file.
252-
//
253-
// Write to a temp file then copy it to a given path. If this fails, then try
254-
// `sudo mv` on unix.
251+
/// Update extension line in the ini file.
252+
///
253+
/// Write to a temp file then copy it to a given path. If this fails, then try
254+
/// `sudo mv` on unix.
255255
fn update_ini_file(php_ini: &PathBuf, ext_name: &str, disable: bool) -> anyhow::Result<()> {
256256
let current_ini_content = std::fs::read_to_string(php_ini)?;
257257
let mut ext_line = format!("extension={ext_name}");

0 commit comments

Comments
 (0)