From 8e708612125e025a16d5d46dd1a348fb4a9a41e4 Mon Sep 17 00:00:00 2001 From: Christian Kuhn Date: Tue, 1 Oct 2013 14:40:56 +0200 Subject: [PATCH] [TASK] Remove closing PHP tags Change-Id: Iaa92566c53301e49396fc9fb26b0b339c48d567b Resolves: #52360 Releases: 6.2 Reviewed-on: https://review.typo3.org/24212 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn Reviewed-by: Ernesto Baschny Tested-by: Ernesto Baschny Reviewed-by: Anja Leichsenring Tested-by: Anja Leichsenring --- Classes/FrontendEditPanel.php | 2 -- Migrations/Code/ClassAliasMap.php | 1 - ext_emconf.php | 1 - ext_localconf.php | 1 - 4 files changed, 5 deletions(-) diff --git a/Classes/FrontendEditPanel.php b/Classes/FrontendEditPanel.php index 8c79991..cb66e3c 100644 --- a/Classes/FrontendEditPanel.php +++ b/Classes/FrontendEditPanel.php @@ -396,5 +396,3 @@ class FrontendEditPanel { } } - -?> \ No newline at end of file diff --git a/Migrations/Code/ClassAliasMap.php b/Migrations/Code/ClassAliasMap.php index 3798c57..3f1974f 100644 --- a/Migrations/Code/ClassAliasMap.php +++ b/Migrations/Code/ClassAliasMap.php @@ -2,4 +2,3 @@ return array( 'tx_feedit_editpanel' => 'TYPO3\\CMS\\Feedit\\FrontendEditPanel', ); -?> \ No newline at end of file diff --git a/ext_emconf.php b/ext_emconf.php index 84b3f23..d7bf51d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -38,4 +38,3 @@ $EM_CONF[$_EXTKEY] = array( '_md5_values_when_last_written' => '', 'suggests' => array() ); -?> \ No newline at end of file diff --git a/ext_localconf.php b/ext_localconf.php index 26cfcf0..d8e9e5f 100644 --- a/ext_localconf.php +++ b/ext_localconf.php @@ -4,4 +4,3 @@ if (!defined('TYPO3_MODE')) { } // Register the edit panel view. $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['typo3/classes/class.frontendedit.php']['edit'] = 'EXT:feedit/Classes/FrontendEditPanel.php:TYPO3\\CMS\\Feedit\\FrontendEditPanel'; -?> \ No newline at end of file