We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a223e35 commit 811046bCopy full SHA for 811046b
README.md
@@ -210,3 +210,13 @@ services:
210
factory: PHPStan\Type\Doctrine\Descriptors\ReflectionDescriptor('MyApp\MyCustomTypeName')
211
tags: [phpstan.doctrine.typeDescriptor]
212
```
213
+
214
+### Ensure types have descriptor
215
216
+If you want to be sure you never forget descriptor for some custom type, you can enable:
217
218
+```neon
219
+parameters:
220
+ doctrine:
221
+ reportUnknownTypes: true
222
+```
0 commit comments