Skip to content

Commit

Permalink
Add note about new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
erickskrauch committed Aug 30, 2023
1 parent a157541 commit 1220b68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ An extension for [PHPStan](https://phpstan.org) providing types support and rule
## What does it do?

* Provides stub files for better analysis of array shapes.
* Provide array shape analyse for `Yii:createObject()`.
* Provide array shape analyse for `Yii:createObject()`.
* Provide analyse for the last array argument of the `yii\base\Configurable` class constructor.
* Mark `YII_*` constants as dynamic.
* Significantly improves support for `ActiveRecord` and `ActiveQuery`.
* Provides correct return type for `Yii::$container->get('service_id')` method.
Expand Down

0 comments on commit 1220b68

Please sign in to comment.