Skip to content

Commit 24c8def

Browse files
committed
Bump copyright header
1 parent 6a63667 commit 24c8def

File tree

1,107 files changed

+2730
-2727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,107 files changed

+2730
-2727
lines changed

.php-cs-fixer.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
@@ -19,12 +19,14 @@
1919
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2020
*/
2121

22+
use PhpCsFixer\Runner\Parallel\ParallelConfigFactory;
23+
2224
return (new PhpCsFixer\Config())
2325
->setRiskyAllowed(true)
2426
->setRules([
2527
'@PSR2' => true,
2628
'@Symfony' => true,
27-
'header_comment' => ['header' => 'Copyright (C) 2020-2024 Iain Cambridge
29+
'header_comment' => ['header' => 'Copyright (C) 2020-2025 Iain Cambridge
2830
2931
This program is free software: you can redistribute it and/or modify
3032
it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by
@@ -49,4 +51,5 @@
4951
->setFinder(
5052
PhpCsFixer\Finder::create()->in(__DIR__)
5153
)
54+
->setParallelConfig(ParallelConfigFactory::detect())
5255
;

src/Billing/EntityFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Controller/HomeController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Controller/UserController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Controller/WebhookController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Dummy/Provider/ChargeBackService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Dummy/Provider/CustomerService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Dummy/Provider/HostedCheckoutService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Dummy/Provider/InvoiceService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

src/Dummy/Provider/PaymentService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/*
6-
* Copyright (C) 2020-2024 Iain Cambridge
6+
* Copyright (C) 2020-2025 Iain Cambridge
77
*
88
* This program is free software: you can redistribute it and/or modify
99
* it under the terms of the GNU LESSER GENERAL PUBLIC LICENSE as published by

0 commit comments

Comments
 (0)