Skip to content

Commit 0ca8684

Browse files
authored
Merge pull request #1305 from PHPCSStandards/feature/docs-minor-touch-up-before-release
Docs: various small fixes
2 parents c3a2490 + 3e7e576 commit 0ca8684

19 files changed

+23
-23
lines changed

src/Sniffs/DeprecatedSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* as well, or extend an abstract sniff which does, to be recognized as a valid sniff.
1010
*
1111
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
12-
* @copyright 2024 PHPCSStandards Contributors
12+
* @copyright 2024 PHPCSStandards and contributors
1313
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1414
*/
1515

tests/Core/Files/File/FindStartOfStatementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author Greg Sherwood <gsherwood@squiz.net>
66
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
77
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
8-
* @copyright 2019-2024 PHPCSStandards Contributors
8+
* @copyright 2019 PHPCSStandards and contributors
99
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1010
*/
1111

tests/Core/Files/File/GetConditionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests for the \PHP_CodeSniffer\Files\File:getCondition and \PHP_CodeSniffer\Files\File:hasCondition methods.
44
*
55
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
6-
* @copyright 2022-2024 PHPCSStandards Contributors
6+
* @copyright 2022 PHPCSStandards and contributors
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
88
*/
99

tests/Core/Files/File/GetDeclarationNameJSTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests for the \PHP_CodeSniffer\Files\File::getDeclarationName method.
44
*
55
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
6-
* @copyright 2022-2024 PHPCSStandards Contributors
6+
* @copyright 2022 PHPCSStandards and contributors
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
88
*/
99

tests/Core/Files/File/GetDeclarationNameParseError1Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests for the \PHP_CodeSniffer\Files\File::getDeclarationName method.
44
*
55
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
6-
* @copyright 2025 PHPCSStandards Contributors
6+
* @copyright 2025 PHPCSStandards and contributors
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
88
*/
99

tests/Core/Files/File/GetDeclarationNameParseError2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests for the \PHP_CodeSniffer\Files\File::getDeclarationName method.
44
*
55
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
6-
* @copyright 2025 PHPCSStandards Contributors
6+
* @copyright 2025 PHPCSStandards and contributors
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
88
*/
99

tests/Core/Files/File/GetDeclarationNameTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests for the \PHP_CodeSniffer\Files\File::getDeclarationName method.
44
*
55
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
6-
* @copyright 2022-2024 PHPCSStandards Contributors
6+
* @copyright 2022 PHPCSStandards and contributors
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
88
*/
99

tests/Core/Files/File/GetMethodParametersParseError1Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests for the \PHP_CodeSniffer\Files\File::getMethodParameters method.
44
*
55
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
6-
* @copyright 2019-2024 PHPCSStandards Contributors
6+
* @copyright 2019 PHPCSStandards and contributors
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
88
*/
99

tests/Core/Files/File/GetMethodParametersParseError2Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Tests for the \PHP_CodeSniffer\Files\File::getMethodParameters method.
44
*
55
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
6-
* @copyright 2019-2024 PHPCSStandards Contributors
6+
* @copyright 2019 PHPCSStandards and contributors
77
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
88
*/
99

tests/Core/Files/File/GetMethodParametersTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author Greg Sherwood <gsherwood@squiz.net>
66
* @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl>
77
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
8-
* @copyright 2019-2024 PHPCSStandards Contributors
8+
* @copyright 2019 PHPCSStandards and contributors
99
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1010
*/
1111

0 commit comments

Comments
 (0)