From 50b0be7e4d71d77e9d0b3af7699b360a337fc5c8 Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Fri, 22 Feb 2019 21:34:39 +0000 Subject: [PATCH] Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com --- flextype/Fieldsets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/Fieldsets.php b/flextype/Fieldsets.php index 55187844..b174f12c 100644 --- a/flextype/Fieldsets.php +++ b/flextype/Fieldsets.php @@ -54,7 +54,7 @@ class Fieldsets foreach ($fieldset['sections'] as $key => $section) { - $form .= '
'; + $form .= '
'; $form .= '
'; foreach ($section['fields'] as $element => $property) {