File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Usage examples
22
3- This document provides comprehensive examples of how the Yii2 PHPStan extension enhances type inference and static
3+ This document provides comprehensive examples of how the Yii PHPStan extension enhances type inference and static
44analysis in real-world scenarios.
55
66## Active Record examples
@@ -800,8 +800,8 @@ class ApiController extends \yii\web\Controller
800800}
801801```
802802
803- This comprehensive examples guide shows how the Yii2 PHPStan extension provides precise type inference across all major
804- Yii2 patterns and use cases, making your code more maintainable and reducing runtime errors through static analysis.
803+ This comprehensive examples guide shows how the Yii PHPStan extension provides precise type inference across all major
804+ Yii patterns and use cases, making your code more maintainable and reducing runtime errors through static analysis.
805805
806806## Next steps
807807
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ Add the plugin configuration to your `composer.json`.
6161}
6262```
6363
64- With this setup, the extension will be automatically registered, and you only need to configure the Yii2 specific settings.
64+ With this setup, the extension will be automatically registered, and you only need to configure the Yii specific
65+ settings.
6566
6667### Manual extension registration
6768
You can’t perform that action at this time.
0 commit comments