Skip to content

Commit 6361130

Browse files
committed
Readme: rename GIT repository name
1 parent 97910bf commit 6361130

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Latest Stable Version](https://poser.pugx.org/forrest79/phpcs-ignores/v)](//packagist.org/packages/forrest79/phpcs-ignores)
44
[![Monthly Downloads](https://poser.pugx.org/forrest79/phpcs-ignores/d/monthly)](//packagist.org/packages/forrest79/phpcs-ignores)
55
[![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)
77

88
## Introduction
99

tests/run-tests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ private function tests11(): bool
488488
}
489489

490490
$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) {
492492
echo 'there is probably bad info about fixed and remaining errors in file ' . $file2 . PHP_EOL;
493493
return FALSE;
494494
}

0 commit comments

Comments
 (0)