Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon authored and github-actions[bot] committed Mar 24, 2023
1 parent ad56173 commit fac9c1b
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions lib/Event/AdminEvents.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?php

/**
* Pimcore
*
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Event;

/**
* @deprecated and will be removed in Pimcore 11. Use Pimcore\Bundle\AdminBundle\Event\AdminEvents instead
*/
final class AdminEvents extends \Pimcore\Bundle\AdminBundle\Event\AdminEvents
{
}
<?php

/**
* Pimcore
*
* This source file is available under two different licenses:
* - GNU General Public License version 3 (GPLv3)
* - Pimcore Commercial License (PCL)
* Full copyright and license information is available in
* LICENSE.md which is distributed with this source code.
*
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
* @license http://www.pimcore.org/license GPLv3 and PCL
*/

namespace Pimcore\Event;

/**
* @deprecated and will be removed in Pimcore 11. Use Pimcore\Bundle\AdminBundle\Event\AdminEvents instead
*/
final class AdminEvents extends \Pimcore\Bundle\AdminBundle\Event\AdminEvents
{
}

0 comments on commit fac9c1b

Please sign in to comment.