Skip to content

Commit b3ec73f

Browse files
committed
Just changed the values around so they are in order. Values don't actually matter.
1 parent 5c48a51 commit b3ec73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodeSniffer/Tokens.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
}
7676

7777
if (defined('T_GOTO') === false) {
78-
define('T_GOTO', 1053);
78+
define('T_GOTO', 1052);
7979
}
8080

8181
// Some PHP 5.4 tokens, replicated for lower versions.
8282
if (defined('T_TRAIT') === false) {
83-
define('T_TRAIT', 1052);
83+
define('T_TRAIT', 1053);
8484
}
8585

8686
/**

0 commit comments

Comments
 (0)