diff --git a/build/update_header_comments.php b/build/update_header_comments.php index 1c3dba4b..852cf635 100644 --- a/build/update_header_comments.php +++ b/build/update_header_comments.php @@ -19,9 +19,9 @@ if ( ! function_exists('glob_recursive')) { $files = glob($pattern, $flags); - foreach (glob(dirname($pattern).'/*', GLOB_ONLYDIR|GLOB_NOSORT) as $dir) + foreach (glob(dirname($pattern) . '/*', GLOB_ONLYDIR | GLOB_NOSORT) as $dir) { - $files = array_merge($files, glob_recursive($dir.'/'.basename($pattern), $flags)); + $files = array_merge($files, glob_recursive($dir . '/' . basename($pattern), $flags)); } return $files; @@ -41,7 +41,7 @@ function get_text_to_replace($tokens) { return "