mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-09 17:26:09 +01:00
[TASK] Fix CGL violations InlineCommentWrongStyle in ext_emconf.php files
There are violations against the CGL rule "InlineCommentWrongStyle " in ext_emconf.php files. These will be fixed. Change-Id: Ic8a83bf8a12246328a4c8fe48ef27fb99c2f3396 Resolves: #37685 Releases: 6.0 Reviewed-on: http://review.typo3.org/11793 Reviewed-by: Georg Ringer Tested-by: Georg Ringer
This commit is contained in:
parent
447f42adb9
commit
adef1719c9
1 changed files with 9 additions and 9 deletions
|
@ -1,14 +1,14 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
########################################################################
|
/***************************************************************
|
||||||
# Extension Manager/Repository config file for ext "feedit".
|
* Extension Manager/Repository config file for ext "feedit".
|
||||||
#
|
*
|
||||||
# Auto generated 10-10-2011 14:47
|
* Auto generated 10-10-2011 14:47
|
||||||
#
|
*
|
||||||
# Manual updates:
|
* Manual updates:
|
||||||
# Only the data in the array - everything else is removed by next
|
* Only the data in the array - everything else is removed by next
|
||||||
# writing. "version" and "dependencies" must not be touched!
|
* writing. "version" and "dependencies" must not be touched!
|
||||||
########################################################################
|
***************************************************************/
|
||||||
|
|
||||||
$EM_CONF[$_EXTKEY] = array(
|
$EM_CONF[$_EXTKEY] = array(
|
||||||
'title' => 'Frontend Editing',
|
'title' => 'Frontend Editing',
|
||||||
|
|
Loading…
Reference in a new issue