Skip to content

Commit a0dad33

Browse files
committed
Docs: update links to point to HEAD
... in anticipation of the branch rename for `master` to `3.x`.
1 parent 03fa1f7 commit a0dad33

File tree

737 files changed

+738
-738
lines changed

Some content is hidden

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

737 files changed

+738
-738
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
@@ -5,7 +5,7 @@
55
*
66
* @author Greg Sherwood <[email protected]>
77
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
8-
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
8+
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
99
*/
1010

1111
require_once __DIR__.'/../autoload.php';

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
@@ -5,7 +5,7 @@
55
*
66
* @author Greg Sherwood <[email protected]>
77
* @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600)
8-
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence
8+
* @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence
99
*/
1010

1111
require_once __DIR__.'/../autoload.php';

0 commit comments

Comments
 (0)