Skip to content

Commit

Permalink
#155 php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
njoubert-cleverage authored and xaviermarchegay committed Jan 8, 2025
1 parent 52a3f31 commit 10c27aa
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 4 deletions.
10 changes: 9 additions & 1 deletion src/Task/File/InputFileReaderTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

declare(strict_types=1);

/*
* This file is part of the CleverAge/ProcessBundle package.
*
* Copyright (c) Clever-Age
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace CleverAge\ProcessBundle\Task\File;

use CleverAge\ProcessBundle\Model\AbstractConfigurableTask;
use CleverAge\ProcessBundle\Model\ProcessState;
use Symfony\Component\OptionsResolver\OptionsResolver;

Expand Down
11 changes: 9 additions & 2 deletions src/Task/File/InputLineReaderTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@

declare(strict_types=1);

/*
* This file is part of the CleverAge/ProcessBundle package.
*
* Copyright (c) Clever-Age
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace CleverAge\ProcessBundle\Task\File;

use CleverAge\ProcessBundle\Model\AbstractConfigurableTask;
use CleverAge\ProcessBundle\Model\IterableTaskInterface;
use CleverAge\ProcessBundle\Model\ProcessState;
use Symfony\Component\OptionsResolver\OptionsResolver;

Expand Down
10 changes: 9 additions & 1 deletion src/Task/File/LineReaderTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

declare(strict_types=1);

/*
* This file is part of the CleverAge/ProcessBundle package.
*
* Copyright (c) Clever-Age
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace CleverAge\ProcessBundle\Task\File;

use CleverAge\ProcessBundle\Filesystem\CsvFile;
use CleverAge\ProcessBundle\Model\AbstractConfigurableTask;
use CleverAge\ProcessBundle\Model\IterableTaskInterface;
use CleverAge\ProcessBundle\Model\ProcessState;
Expand Down

0 comments on commit 10c27aa

Please sign in to comment.