File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/forrest79/phpcs-ignores/v )] ( //packagist.org/packages/forrest79/phpcs-ignores )
4
4
[ ![ Monthly Downloads] ( https://poser.pugx.org/forrest79/phpcs-ignores/d/monthly )] ( //packagist.org/packages/forrest79/phpcs-ignores )
5
5
[ ![ License] ( https://poser.pugx.org/forrest79/phpcs-ignores/license )] ( //packagist.org/packages/forrest79/phpcs-ignores )
6
- [ ![ Build] ( https://github.com/forrest79/PHPCS-Ignores /actions/workflows/build.yml/badge.svg?branch=master )] ( https://github.com/forrest79/PHPCS-Ignores /actions/workflows/build.yml )
6
+ [ ![ Build] ( https://github.com/forrest79/phpcs-ignores /actions/workflows/build.yml/badge.svg?branch=master )] ( https://github.com/forrest79/phpcs-ignores /actions/workflows/build.yml )
7
7
8
8
## Introduction
9
9
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ private function tests11(): bool
488
488
}
489
489
490
490
$ file2 = __DIR__ . '/tests11/File2.php ' ;
491
- if (preg_match ('#PHPCS-Ignores \/tests\/tests11\/File2.php[ ]+1 0# ' , $ exec ['output ' ]) === 0 ) {
491
+ if (preg_match ('#\/tests\/tests11\/File2.php[ ]+1 0# ' , $ exec ['output ' ]) === 0 ) {
492
492
echo 'there is probably bad info about fixed and remaining errors in file ' . $ file2 . PHP_EOL ;
493
493
return FALSE ;
494
494
}
You can’t perform that action at this time.
0 commit comments