You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/features.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ to be able to let the magic method calls return proper types.
31
31
## Extension attributes
32
32
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.
33
33
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.
35
35
Current working directory means the directory in which your `phpstan.neon` file resides. If you need to change this behavior,
36
36
you can define a custom path by pointing the `magentoRoot` parameter to a different directory.
37
37
@@ -42,6 +42,8 @@ parameters:
42
42
magentoRoot: /tmp/my/other/dir
43
43
```
44
44
45
+
Currently, all Magento modules found in your project are taken into account. Disabled modules are not yet ignored!
46
+
45
47
## PHPStan rules
46
48
47
49
The following rules are available to run checks against your codebase, e.g. if your implementation adheres to the
0 commit comments