Skip to content

Commit 1009895

Browse files
committed
Fix @copyright tag for ConstructTest.php and FilterDouble.php
1 parent d958137 commit 1009895

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/Core/Files/FileList/ConstructTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Tests for the \PHP_CodeSniffer\Files\FileList::__construct method.
44
*
5-
* @copyright 2019-2025 PHPCSStandards Contributors
5+
* @copyright 2025 PHPCSStandards Contributors
66
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
77
*/
88

tests/Core/Files/FileList/FilterDouble.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Double of the filter class that will accept every file. Used in the FileList tests.
44
*
5-
* @copyright 2019-2025 PHPCSStandards Contributors
5+
* @copyright 2025 PHPCSStandards Contributors
66
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
77
*/
88

0 commit comments

Comments
 (0)