improve code style

This commit is contained in:
2024-12-29 00:47:30 +01:00
parent ccdac0c4a0
commit d392aa8ade
9 changed files with 129 additions and 16 deletions

View File

@ -1,5 +1,18 @@
<?php
/**
* Copyright (c) D3 Data Development (Inh. Thomas Dartsch)
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* https://www.d3data.de
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
* @author D3 Data Development - Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
*/
namespace D3\KlicktippPhpClient\Entities;
use Doctrine\Common\Collections\ArrayCollection;
@ -45,4 +58,4 @@ class Subscription extends ArrayCollection
{
return $this->get('usechangeemail');
}
}
}