Skip to content

Commit 5a5c6c9

Browse files
docs: Reorder Installation section in README.md for improved clarity. (#51)
1 parent 59d7b39 commit 5a5c6c9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
- Bug #48: Update `PHPStan` configuration paths and create new config files for improved structure and clarity (@terabytesoftw)
1919
- Bug #49: Update documentation for `ServiceMap` and related classes to enhance clarity for Yii Application static analysis (@terabytesoftw)
2020
- Bug #50: Add Testing Guide link to `installation` and `examples` documentation (@terabytesoftw)
21+
- Bug #51: Reorder Installation section in `README.md` for improved clarity (@terabytesoftw)
2122

2223
## 0.2.3 June 09, 2025
2324

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,6 @@
2929
A comprehensive PHPStan extension that provides enhanced static analysis for Yii2 applications with precise type
3030
inference, dynamic method resolution, and comprehensive property reflection.
3131

32-
## Installation
33-
34-
```bash
35-
composer require --dev yii2-extensions/phpstan
36-
```
37-
3832
## Features
3933

4034
**ActiveRecord & ActiveQuery Analysis**
@@ -63,6 +57,12 @@ composer require --dev yii2-extensions/phpstan
6357
- Stub files for different application types (web, console, base).
6458
- Support for Yii2 constants (`YII_DEBUG`, `YII_ENV_*`).
6559

60+
## Installation
61+
62+
```bash
63+
composer require --dev yii2-extensions/phpstan
64+
```
65+
6666
## Quick Start
6767

6868
Create a `phpstan.neon` file in your project root.

0 commit comments

Comments
 (0)