File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2929A comprehensive PHPStan extension that provides enhanced static analysis for Yii2 applications with precise type
3030inference, 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
6868Create a ` phpstan.neon ` file in your project root.
You can’t perform that action at this time.
0 commit comments