Skip to content

Commit c2514e6

Browse files
alexz707github-actions[bot]
authored andcommitted
Apply php-cs-fixer changes
1 parent 4e731e0 commit c2514e6

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/Models/Schedule/TaskResolverInterface.php

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
<?php
22
declare(strict_types=1);
33

4+
/**
5+
* Pimcore
6+
*
7+
* This source file is available under two different licenses:
8+
* - GNU General Public License version 3 (GPLv3)
9+
* - Pimcore Commercial License (PCL)
10+
* Full copyright and license information is available in
11+
* LICENSE.md which is distributed with this source code.
12+
*
13+
* @copyright Copyright (c) Pimcore GmbH (http://www.pimcore.org)
14+
* @license http://www.pimcore.org/license GPLv3 and PCL
15+
*/
16+
417
namespace Pimcore\Bundle\StaticResolverBundle\Models\Schedule;
518

619
use Pimcore\Model\Schedule\Task;
@@ -10,4 +23,4 @@ interface TaskResolverInterface
1023
public function getById(int $id): ?Task;
1124

1225
public function create(array $data): Task;
13-
}
26+
}

0 commit comments

Comments
 (0)