mirror of
https://github.com/FriendsOfTYPO3/feedit.git
synced 2024-11-22 14:36:08 +01:00
[TASK] Remove @package and @subpackage annotations
With namespaces the @package and @subpackage annotations do not have a real benefit anymore and can be removed. Change-Id: Id8f4718db0c1c51ae5143a3353dd5efb42dadf70 Resolves: #43019 Releases: 6.0 Reviewed-on: http://review.typo3.org/16474 Reviewed-by: Christian Kuhn Tested-by: Christian Kuhn
This commit is contained in:
parent
2bbae1e47d
commit
05ca4e2563
1 changed files with 0 additions and 2 deletions
|
@ -32,8 +32,6 @@ namespace TYPO3\CMS\Feedit;
|
||||||
*
|
*
|
||||||
* @author Jeff Segars <jeff@webempoweredchurch.org>
|
* @author Jeff Segars <jeff@webempoweredchurch.org>
|
||||||
* @author David Slayback <dave@webempoweredchurch.org>
|
* @author David Slayback <dave@webempoweredchurch.org>
|
||||||
* @package TYPO3
|
|
||||||
* @subpackage feedit
|
|
||||||
*/
|
*/
|
||||||
class FrontendEditPanel {
|
class FrontendEditPanel {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue