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 1
1
# Usage examples
2
2
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
4
4
analysis in real-world scenarios.
5
5
6
6
## Active Record examples
@@ -800,8 +800,8 @@ class ApiController extends \yii\web\Controller
800
800
}
801
801
```
802
802
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.
805
805
806
806
## Next steps
807
807
Original file line number Diff line number Diff line change @@ -61,7 +61,8 @@ Add the plugin configuration to your `composer.json`.
61
61
}
62
62
```
63
63
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.
65
66
66
67
### Manual extension registration
67
68
You can’t perform that action at this time.
0 commit comments