Skip to content

Commit

Permalink
code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jan 10, 2024
1 parent ffdfc17 commit c8a91a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
8 changes: 2 additions & 6 deletions EventSubscriber/SystemConfigurationSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?php

/*
* This file is part of the "Enhanced invoicing bundle" for Kimai.
* All rights reserved by Kevin Papst (www.kevinpapst.de).
* This file is part of the "DeductionTimeBundle" for Kimai.
* All rights reserved by Kevin Papst (www.keleo.de).
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
Expand All @@ -13,12 +13,8 @@
use App\Event\SystemConfigurationEvent;
use App\Form\Model\Configuration;
use App\Form\Model\SystemConfiguration;
use App\Form\Type\LanguageType;
use KimaiPlugin\DeductionTimeBundle\Form\DeductionRateChoiceType;
use KimaiPlugin\InvoiceBundle\Form\Type\ExportPdfChoiceType;
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
use Symfony\Component\Form\Extension\Core\Type\CheckboxType;
use Symfony\Component\Form\Extension\Core\Type\TextType;

final class SystemConfigurationSubscriber implements EventSubscriberInterface
{
Expand Down
6 changes: 2 additions & 4 deletions Form/DeductionRateChoiceType.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
<?php

/*
* This file is part of the "Enhanced invoicing bundle" for Kimai.
* All rights reserved by Kevin Papst (www.kevinpapst.de).
* This file is part of the "DeductionTimeBundle" for Kimai.
* All rights reserved by Kevin Papst (www.keleo.de).
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace KimaiPlugin\DeductionTimeBundle\Form;

use App\Export\Renderer\PDFRenderer;
use App\Export\ServiceExport;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\ChoiceType;
use Symfony\Component\OptionsResolver\OptionsResolver;
Expand Down

0 comments on commit c8a91a2

Please sign in to comment.