Skip to content

Commit 07ad8e5

Browse files
committed
docs: Update documentation for consistency; correct Yii2 references and improve phrasing.
1 parent dba1111 commit 07ad8e5

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

docs/examples.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
analysis 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

docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)