Skip to content

Commit

Permalink
copyright and phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
fballiano committed Feb 14, 2024
1 parent b14b9dd commit 966932a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lib/Varien/Image/Adapter/Imagick.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,16 @@
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to [email protected] so we can send you a copy immediately.
* It is also available at https://opensource.org/license/osl-3-0-php
*
* @category Varien
* @package Varien_Image
* @copyright Copyright (c) 2023 The OpenMage Contributors (https://www.openmage.org)
* @copyright Copyright (c) 2024 The OpenMage Contributors (https://www.openmage.org)
* @license https://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
*/

class Varien_Image_Adapter_Imagick extends Varien_Image_Adapter_Abstract
{

/**
* @var Imagick
*/
Expand Down

0 comments on commit 966932a

Please sign in to comment.