From 08ea258e5015742828204afcddbbf9a5f3194830 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Tue, 12 May 2015 20:51:07 +1200 Subject: [PATCH] Update DMSDocumentAddExistingField.php removing closing php tag as it isnt required and is excluded in the code style --- code/cms/DMSDocumentAddExistingField.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/cms/DMSDocumentAddExistingField.php b/code/cms/DMSDocumentAddExistingField.php index 585b8ab..f8e7ffb 100644 --- a/code/cms/DMSDocumentAddExistingField.php +++ b/code/cms/DMSDocumentAddExistingField.php @@ -54,5 +54,3 @@ class DMSDocumentAddExistingField extends CompositeField { $this->useFieldContext = $use; } } - -?> \ No newline at end of file