File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ public function rollbackChangeset()
428
428
if (empty ($ this ->changeset ) === false ) {
429
429
if (PHP_CODESNIFFER_VERBOSITY > 1 ) {
430
430
$ bt = debug_backtrace ();
431
- if ($ bt [1 ]['class ' ] === 'PHP_CodeSniffer_Fixer ' ) {
431
+ if ($ bt [1 ]['class ' ] === 'PHP_CodeSniffer\Fixer ' ) {
432
432
$ sniff = $ bt [2 ]['class ' ];
433
433
$ line = $ bt [1 ]['line ' ];
434
434
} else {
@@ -483,7 +483,7 @@ public function replaceToken($stackPtr, $content)
483
483
484
484
if (PHP_CODESNIFFER_VERBOSITY > 1 ) {
485
485
$ bt = debug_backtrace ();
486
- if ($ bt [1 ]['class ' ] === 'PHP_CodeSniffer_Fixer ' ) {
486
+ if ($ bt [1 ]['class ' ] === 'PHP_CodeSniffer\Fixer ' ) {
487
487
$ sniff = $ bt [2 ]['class ' ];
488
488
$ line = $ bt [1 ]['line ' ];
489
489
} else {
@@ -595,7 +595,7 @@ public function revertToken($stackPtr)
595
595
596
596
if (PHP_CODESNIFFER_VERBOSITY > 1 ) {
597
597
$ bt = debug_backtrace ();
598
- if ($ bt [1 ]['class ' ] === 'PHP_CodeSniffer_Fixer ' ) {
598
+ if ($ bt [1 ]['class ' ] === 'PHP_CodeSniffer\Fixer ' ) {
599
599
$ sniff = $ bt [2 ]['class ' ];
600
600
$ line = $ bt [1 ]['line ' ];
601
601
} else {
You can’t perform that action at this time.
0 commit comments