Skip to content

Commit 6426464

Browse files
committed
Update docs
1 parent 544d8f7 commit 6426464

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/features.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ to be able to let the magic method calls return proper types.
3131
## Extension attributes
3232
This PHPStan extension supports [extension attributes](https://devdocs.magento.com/guides/v2.4/extension-dev-guide/extension_attributes/adding-attributes.html) by parsing the `extension_attributes.xml` files.
3333

34-
By default, all `extension_attributes.xml` recursively found in the current working directory will be taken into account.
34+
By default, all `extension_attributes.xml` found recursively in the current working directory will be taken into account.
3535
Current working directory means the directory in which your `phpstan.neon` file resides. If you need to change this behavior,
3636
you can define a custom path by pointing the `magentoRoot` parameter to a different directory.
3737

@@ -42,6 +42,8 @@ parameters:
4242
magentoRoot: /tmp/my/other/dir
4343
```
4444

45+
Currently, all Magento modules found in your project are taken into account. Disabled modules are not yet ignored!
46+
4547
## PHPStan rules
4648

4749
The following rules are available to run checks against your codebase, e.g. if your implementation adheres to the

0 commit comments

Comments
 (0)