Skip to content

Commit 93c8284

Browse files
authored
GH Actions: update for upstream branch rename (#2611)
Co-authored-by: jrfnl <[email protected]>
1 parent 2e98985 commit 93c8284

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/basic-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
cancel-in-progress: true
1414

1515
env:
16-
PHPCS_DEV: 'dev-master'
16+
PHPCS_DEV: '3.x-dev'
1717
UTILS_DEV: 'dev-develop'
1818
EXTRA_DEV: 'dev-develop'
1919

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
cancel-in-progress: true
1616

1717
env:
18-
PHPCS_DEV: 'dev-master'
18+
PHPCS_DEV: '3.x-dev'
1919
UTILS_DEV: 'dev-develop'
2020
EXTRA_DEV: 'dev-develop'
2121

WordPress/Sniffs/NamingConventions/ValidVariableNameSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
* @since 2.0.0 Now offers name suggestions for variables in violation.
3030
*
3131
* Last synced with base class January 2022 at commit 4b49a952bf0e2c3863d0a113256bae0d7fe63d52.
32-
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/src/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php
32+
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/src/Standards/Squiz/Sniffs/NamingConventions/ValidVariableNameSniff.php
3333
*/
3434
final class ValidVariableNameSniff extends PHPCS_AbstractVariableSniff {
3535

WordPress/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* Last synced with base class 2021-11-20 at commit 7f11ffc8222b123c06345afd3261221561c3bb29.
2727
* Note: This class has diverged quite far from the original. All the same, checking occasionally
2828
* to see if there are upstream fixes made from which this sniff can benefit, is warranted.
29-
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/src/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php
29+
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/src/Standards/Squiz/Sniffs/WhiteSpace/ControlStructureSpacingSniff.php
3030
*/
3131
final class ControlStructureSpacingSniff extends Sniff {
3232

WordPress/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* - When the `::` operator is used in `::class`, no new line(s) before or after the object operator are allowed.
2121
*
2222
* @since 3.0.0
23-
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/src/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php
23+
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/src/Standards/Squiz/Sniffs/WhiteSpace/ObjectOperatorSpacingSniff.php
2424
*/
2525
final class ObjectOperatorSpacingSniff extends Squiz_ObjectOperatorSpacingSniff {
2626

WordPress/Sniffs/WhiteSpace/OperatorSpacingSniff.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* @since 0.13.0 Class name changed: this class is now namespaced.
3232
*
3333
* Last verified with base class June 2023 at commit 085b1e091b0f2e451333c0bc26dd50bba39402c4.
34-
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php
34+
* @link https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/OperatorSpacingSniff.php
3535
*/
3636
final class OperatorSpacingSniff extends PHPCS_Squiz_OperatorSpacingSniff {
3737

0 commit comments

Comments
 (0)