Skip to content

Commit

Permalink
Tweaked doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
rotimi committed Nov 29, 2024
1 parent 291ed50 commit e8c6544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/cli-script-helper-functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ function normalizeFolderPathForOs(string $path): string {
* @param string $destination_file_path the filename of the target
* @param array $replaces the replaces to be applied to this target
*
* @return int|boolean the number of bytes that were written to the file located at $dest,
* @return int|false the number of bytes that were written to the file located at $dest,
* or FALSE on failure.
*/
function processTemplateFile(
Expand Down

0 comments on commit e8c6544

Please sign in to comment.