From b70ff95f0396fe01805019203022a17c247054bb Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Wed, 9 Dec 2015 19:59:54 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- build/update_header_comments.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 "