Skip to content

Commit 809668e

Browse files
committed
Merge branch 'master' into 4.x
2 parents ad31595 + 2432436 commit 809668e

File tree

675 files changed

+676
-676
lines changed

Some content is hidden

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

675 files changed

+676
-676
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion

.github/workflows/happy-new-year.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
Happy new year!
8989
90-
This PR is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) using the [`happy-new-year.yml` workflow](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/.github/workflows/happy-new-year.yml).
90+
This PR is auto-generated by [create-pull-request](https://github.com/peter-evans/create-pull-request) using the [`happy-new-year.yml` workflow](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/.github/workflows/happy-new-year.yml).
9191
# yamllint enable rule:line-length
9292
labels: |
9393
Type: chores/QA

README.md

Lines changed: 1 addition & 1 deletion

autoload.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
* @author Greg Sherwood <[email protected]>
1313
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
14-
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
14+
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
1515
*/
1616

1717
namespace PHP_CodeSniffer;

bin/phpcbf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Juliette Reinders Folmer <[email protected]>
1818
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
1919
* @copyright 2024 PHPCSStandards and contributors
20-
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
20+
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
2121
*/
2222

2323
// Check if the PHP version and extensions comply with the minimum requirements before anything else.

bin/phpcbf.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ REM PHP Code Beautifier and Fixer fixes violations of a defined coding standard.
33
REM
44
REM @author Greg Sherwood <[email protected]>
55
REM @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
6-
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
6+
REM @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
77

88
set PHPBIN=php
99

bin/phpcs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
* @author Juliette Reinders Folmer <[email protected]>
1818
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
1919
* @copyright 2024 PHPCSStandards and contributors
20-
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
20+
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
2121
*/
2222

2323
// Check if the PHP version and extensions comply with the minimum requirements before anything else.

0 commit comments

Comments
 (0)