Skip to content

Commit 3d3baae

Browse files
fix: update StyleCI badge link in README.md to reflect the correct repository. (#93)
1 parent 44bfd40 commit 3d3baae

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.prettierrc.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
"printWidth": 80,
77
"overrides": [
88
{
9-
"files": [
10-
"**/*.{yml,yaml}"
11-
],
9+
"files": ["**/*.{yml,yaml}"],
1210
"options": {
1311
"tabWidth": 2
1412
}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- fix: harden `ServiceMap::class` config path validation (regular readable `.php` file, resolve symlinks before `require`) to prevent local file disclosure.
1515
- refactor: clean up `ServiceMap::class` by moving Yii environment constants to a shipped `bootstrap.php` (loaded before requiring the configuration file) and simplifying config-section processing.
1616
- ci: migrate GitHub workflows and project status badges to pinned `yii2-framework/actions` reusable workflows with repository-specific quality and security exceptions, renaming the linter workflow to quality.
17+
- fix: update StyleCI badge link in `README.md` to reflect the correct repository.
1718

1819
## 0.4.1 April 05, 2026
1920

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ For detailed configuration options and advanced usage.
260260
[![Codecov](https://img.shields.io/codecov/c/github/yii2-extensions/phpstan.svg?style=for-the-badge&logo=codecov&logoColor=white&label=Coverage)](https://codecov.io/github/yii2-extensions/phpstan)
261261
[![PHPStan Level Max](https://img.shields.io/badge/PHPStan-Level%20Max-4F5D95.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/yii2-extensions/phpstan/actions/workflows/static.yml)
262262
[![Quality](https://img.shields.io/github/actions/workflow/status/yii2-extensions/phpstan/quality.yml?style=for-the-badge&label=Quality&logo=github)](https://github.com/yii2-extensions/phpstan/actions/workflows/quality.yml)
263-
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.styleci.io/repos/970596285?branch=main)
263+
[![StyleCI](https://img.shields.io/badge/StyleCI-Passed-44CC11.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.styleci.io/repos/701347895?branch=main)
264264

265265
## Our social networks
266266

0 commit comments

Comments
 (0)