From a1f08be4791c48462933f31c0d60a2a59553c300 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 18 Jun 2017 22:21:42 +0200 Subject: [PATCH] Fix phpcs --- htdocs/modulebuilder/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index 7aa3440b8a8..4e8f1c323ee 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -703,7 +703,7 @@ elseif (! empty($module)) $head3[$h][2] = 'newobject'; $h++; - $listofobject = dol_dir_list($dir , 'files', 0, '\.txt$'); + $listofobject = dol_dir_list($dir, 'files', 0, '\.txt$'); foreach($listofobject as $fileobj) { $objectname = preg_replace('/\.txt$/', '', $fileobj['name']);